Firefox integration tests #3815
checks.yml
on: pull_request
lint
1m 49s
unit-tests
1m 56s
Matrix: build
Matrix: playwright-tests-firefox
Matrix: playwright-tests
Annotations
7 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#L44
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
42 | const gpc2 = await getGPCValueOfContext(iframeInstance);
43 |
> 44 | expect(gpc).toEqual(true);
| ^
45 | expect(gpc).toEqual(gpc2);
46 | }
47 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:44:21
|
|
[chromium] › integration-test/storage-blocking.spec.js:18:9 › Storage blocking Tests › Blocks storage correctly on https://privacy-test-pages.site/privacy-protections/storage-blocking/:
integration-test/storage-blocking.spec.js#L37
2) [chromium] › integration-test/storage-blocking.spec.js:18:9 › Storage blocking Tests › Blocks storage correctly on https://privacy-test-pages.site/privacy-protections/storage-blocking/
Error: blocks 3rd party JS cookies from trackers
expect(received).toBeUndefined()
Received: {"domain": "broken.third-party.site", "expires": 1803571872.7804, "httpOnly": false, "name": "jsdata", "path": "/privacy-protections/storage-blocking", "sameSite": "None", "secure": true, "value": "17"}
35 |
36 | const expectUnmodified = (desc) => (c) => expect(c.expires, desc).toBeGreaterThan(nowSeconds);
> 37 | const expectBlocked = (desc) => (c) => expect(c, desc).toBeUndefined();
| ^
38 | const expectedCookies = {
39 | [testPageDomain]: {
40 | top_firstparty_headerdata: expectUnmodified('does not block 1st party HTTP cookies'),
at Object.jsdata (/home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:37:64)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:64:60
|
|
[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: 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
|
|
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: 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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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#L0
1) [chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
Test timeout of 30000ms exceeded.
|
|
playwright-tests-firefox (1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
playwright-tests-firefox (2/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-firefox (3/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, 3/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, 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 Run Summary
2 passed (16.5s)
|
|
🎭 Playwright Run Summary
2 passed (27.7s)
|
|
🎭 Playwright Run Summary
2 passed (25.5s)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ─────────────
1 passed (35.9s)
|
|
🎭 Playwright Run Summary
4 skipped
14 passed (49.8s)
|
|
🎭 Playwright Run Summary
1 skipped
15 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
16 passed (58.7s)
|
|
🎭 Playwright Run Summary
2 skipped
15 passed (1.1m)
|
|
🎭 Playwright Run Summary
3 skipped
14 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 skipped
17 passed (1.1m)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
[chromium] › integration-test/storage-blocking.spec.js:18:9 › Storage blocking Tests › Blocks storage correctly on https://privacy-test-pages.site/privacy-protections/storage-blocking/
15 passed (1.3m)
|
|
🎭 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.5m)
|