Firefox integration tests #3818
checks.yml
on: pull_request
lint
1m 47s
unit-tests
1m 56s
Matrix: build
Matrix: playwright-tests-firefox
Matrix: playwright-tests
Annotations
6 errors, 12 warnings, and 12 notices
|
[firefox] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames:
integration-test/gpc.spec.js#L58
1) [firefox] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
56 | const gpc2 = await getGPCValueOfContext(iframeInstance);
57 |
> 58 | expect(gpc).toEqual(true);
| ^
59 | expect(gpc).toEqual(gpc2);
60 | }
61 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:58:21
|
|
playwright-tests (playwright, 4/4)
Process completed with exit code 1.
|
|
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests:
integration-test/request-blocklist.spec.js#L44
1) [chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: URL: https://bad.third-party.site/block-me/server-sent-events, Allowlisted: false
expect(received).toEqual(expected) // deep equality
Expected: "allowed"
Received: "blocked"
42 | }
43 |
> 44 | expect(status, `URL: ${url}, Allowlisted: ${!protectionsEnabled}`).toEqual(
| ^
45 | expectBlocked(protectionsEnabled, url) ? 'blocked' : 'allowed',
46 | );
47 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocklist.spec.js:44:84
|
|
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests:
integration-test/request-blocklist.spec.js#L44
1) [chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: URL: https://bad.third-party.site/block-me/server-sent-events, Allowlisted: true
expect(received).toEqual(expected) // deep equality
Expected: "allowed"
Received: "blocked"
42 | }
43 |
> 44 | expect(status, `URL: ${url}, Allowlisted: ${!protectionsEnabled}`).toEqual(
| ^
45 | expectBlocked(protectionsEnabled, url) ? 'blocked' : 'allowed',
46 | );
47 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocklist.spec.js:44:84
|
|
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests:
integration-test/request-blocklist.spec.js#L44
1) [chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
Error: URL: https://bad.third-party.site/block-me/server-sent-events, Allowlisted: true
expect(received).toEqual(expected) // deep equality
Expected: "allowed"
Received: "blocked"
42 | }
43 |
> 44 | expect(status, `URL: ${url}, Allowlisted: ${!protectionsEnabled}`).toEqual(
| ^
45 | expectBlocked(protectionsEnabled, url) ? 'blocked' : 'allowed',
46 | );
47 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocklist.spec.js:44:84
|
|
[chromium] › integration-test/request-blocking.spec.js:11:9 › Test request blocking › Should block all the test tracking requests:
integration-test/request-blocking.spec.js#L0
1) [chromium] › integration-test/request-blocking.spec.js:11:9 › Test request blocking › Should block all the test tracking requests
Test timeout of 30000ms exceeded.
|
|
playwright-tests-firefox (2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests-firefox (1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests-firefox (3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests-firefox (4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests (playwright-mv2, 2/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, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests (playwright-mv2, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests (playwright-mv2, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests (playwright-mv2, 1/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 Run Summary
2 passed (25.5s)
|
|
🎭 Playwright Run Summary
2 passed (17.8s)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ─────────────
1 passed (32.0s)
|
|
🎭 Playwright Run Summary
2 passed (26.0s)
|
|
🎭 Playwright Run Summary
4 skipped
14 passed (51.8s)
|
|
🎭 Playwright Run Summary
2 skipped
15 passed (1.0m)
|
|
🎭 Playwright Run Summary
3 skipped
14 passed (57.9s)
|
|
🎭 Playwright Run Summary
1 skipped
17 passed (1.1m)
|
|
🎭 Playwright Run Summary
17 passed (59.6s)
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
15 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
16 passed (59.8s)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › integration-test/request-blocking.spec.js:11:9 › Test request blocking › Should block all the test tracking requests
1 skipped
14 passed (1.5m)
|