A/B/N Experiment metrics #2815
Annotations
1 error, 2 warnings, and 1 notice
Run tests:
integration-test/fire-button.spec.js#L151
1) [chromium] › fire-button.spec.js:108:9 › Fire Button › getBurnOptions ─────────────────────────
Error: expect(received).toHaveLength(expected)
Expected length: 5
Received length: 6
Received array: [{"descriptionStats": {"clearHistory": true, "cookies": 2, "duration": "hour", "openTabs": 6, "pinnedTabs": 0}, "name": "LastHour", "options": {"since": 1737363386867}}, {"descriptionStats": {"clearHistory": true, "cookies": 2, "duration": "day", "openTabs": 6, "pinnedTabs": 0}, "name": "Last24Hour", "options": {"since": 1737280586867}}, {"descriptionStats": {"clearHistory": true, "cookies": 2, "duration": "week", "openTabs": 6, "pinnedTabs": 0}, "name": "Last7days", "options": {"since": 1736762186867}}, {"descriptionStats": {"clearHistory": true, "cookies": 2, "duration": "month", "openTabs": 6, "pinnedTabs": 0}, "name": "Last4Weeks", "options": {"since": 1734947786867}}, {"descriptionStats": {"clearHistory": true, "cookies": 2, "duration": "all", "openTabs": 6, "pinnedTabs": 0}, "name": "AllTime", "options": {}}, {"descriptionStats": {"clearHistory": true, "cookies": 1, "duration": "all", "openTabs": 2, "pinnedTabs": 0, "site": "privacy-test-pages.site"}, "name": "CurrentSite", "options": {"origins": ["https://privacy-test-pages.site", "http://privacy-test-pages.site"]}, "selected": true}]
149 | {
150 | const { options } = await fireButton.evaluate((f) => f.getBurnOptions());
> 151 | expect(options).toHaveLength(5); // only 5 time frames
| ^
152 | }
153 | await pages[0].bringToFront();
154 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/fire-button.spec.js:151:29
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests
1 flaky
[chromium] › fire-button.spec.js:108:9 › Fire Button › getBurnOptions ──────────────────────────
14 passed (54.1s)
|
Loading