Add seen before day on site breakage reports #1861
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
10 errors, 8 warnings, and 8 notices
unit-tests
Process completed with exit code 2.
|
[chromium] › request-blocking.spec.js:46:9 › Test request blocking › Should block all the test tracking requests:
integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:46:9 › Test request blocking › Should block all the test tracking requests
Test timeout of 30000ms exceeded.
|
[chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage:
integration-test/fire-button.spec.js#L1
1) [chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage ─────
Test timeout of 30000ms exceeded.
|
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview:
integration-test/click-to-load-youtube.spec.js#L274
1) [chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
272 | } = summariseYouTubeRequests(pageRequests)
273 |
> 274 | expect(youTubeIframeApi.checked).toBe(true)
| ^
275 | expect(youTubeIframeApi.alwaysRedirected).toBe(false)
276 | expect(youTubeStandard.blocked).toEqual(0)
277 | expect(youTubeNocookie.blocked).toEqual(0)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-to-load-youtube.spec.js:274:46
|
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › y.js heuristic; no ad_domain param:
integration-test/click-attribution.spec.js#L83
1) [chromium] › click-attribution.spec.js:52:9 › Ad click blocking › y.js heuristic; no ad_domain param, but missing u3 param
Error: Click on [Ad 3] expects https://convert.ad-company.site/convert.js?ad=1 to be 'blocked'
expect(received).toBe(expected) // Object.is equality
Expected: "blocked"
Received: "loaded"
81 | .toBeDefined()
82 | expect(expectedResource.status, `${step.name} expects ${request.url} to be '${request.status}'`)
> 83 | .toBe(request.status)
| ^
84 | }
85 | }
86 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:83:30
|
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; no ad_domain param:
integration-test/click-attribution.spec.js#L83
2) [chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; no ad_domain param, but missing dsl param
Error: Click on [Ad 4] expects https://convert.ad-company.site/convert.js?ad=1 to be 'blocked'
expect(received).toBe(expected) // Object.is equality
Expected: "blocked"
Received: "loaded"
81 | .toBeDefined()
82 | expect(expectedResource.status, `${step.name} expects ${request.url} to be '${request.status}'`)
> 83 | .toBe(request.status)
| ^
84 | }
85 | }
86 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:83:30
|
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided:
integration-test/click-attribution.spec.js#L83
3) [chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided, but empty (dsl not needed)
Error: Click on [Ad 6] expects https://www.ad-company.site/track.js?ad=1 to be 'blocked'
expect(received).toBe(expected) // Object.is equality
Expected: "blocked"
Received: "loaded"
81 | .toBeDefined()
82 | expect(expectedResource.status, `${step.name} expects ${request.url} to be '${request.status}'`)
> 83 | .toBe(request.status)
| ^
84 | }
85 | }
86 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:83:30
|
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview:
integration-test/click-to-load-youtube.spec.js#L274
1) [chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
272 | } = summariseYouTubeRequests(pageRequests)
273 |
> 274 | expect(youTubeIframeApi.checked).toBe(true)
| ^
275 | expect(youTubeIframeApi.alwaysRedirected).toBe(false)
276 | expect(youTubeStandard.blocked).toEqual(0)
277 | expect(youTubeNocookie.blocked).toEqual(0)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-to-load-youtube.spec.js:274:46
|
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview:
integration-test/click-to-load-youtube.spec.js#L274
1) [chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
272 | } = summariseYouTubeRequests(pageRequests)
273 |
> 274 | expect(youTubeIframeApi.checked).toBe(true)
| ^
275 | expect(youTubeIframeApi.alwaysRedirected).toBe(false)
276 | expect(youTubeStandard.blocked).toEqual(0)
277 | expect(youTubeNocookie.blocked).toEqual(0)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-to-load-youtube.spec.js:274:46
|
[chromium] › request-blocking.spec.js:139:9 › Test request blocking › Blocking should not run on localhost:
integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:139:9 › Test request blocking › Blocking should not run on localhost
Test timeout of 30000ms exceeded.
|
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
16 passed (56.5s)
|
🎭 Playwright Run Summary
1 skipped
16 passed (59.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › request-blocking.spec.js:46:9 › Test request blocking › Should block all the test tracking requests
14 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage ──────
15 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
16 passed (2.4m)
|
🎭 Playwright Run Summary
3 flaky
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › y.js heuristic; no ad_domain param, but missing u3 param
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; no ad_domain param, but missing dsl param
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided, but empty (dsl not needed)
1 skipped
12 passed (2.5m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
14 passed (2.8m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › request-blocking.spec.js:139:9 › Test request blocking › Blocking should not run on localhost
14 passed (3.1m)
|