Firefox integration tests #3822
checks.yml
on: pull_request
lint
1m 44s
unit-tests
1m 58s
Matrix: build
Matrix: playwright-tests-firefox
Matrix: playwright-tests
Annotations
3 errors, 12 warnings, and 12 notices
|
[firefox] › integration-test/gpc.spec.js:4:5 › Ensure GPC is injected into pages:
integration-test/gpc.spec.js#L22
1) [firefox] › integration-test/gpc.spec.js:4:5 › Ensure GPC is injected into pages ──────────────
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
20 | const gpc = await page.evaluate(() => navigator.globalPrivacyControl);
21 |
> 22 | expect(gpc).toEqual(true);
| ^
23 | });
24 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:22:17
|
|
[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
1) [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": 1803574523.2185, "httpOnly": false, "name": "jsdata", "path": "/privacy-protections/storage-blocking", "sameSite": "None", "secure": true, "value": "843"}
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-blocking.spec.js:75:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking:
integration-test/request-blocking.spec.js#L0
1) [chromium] › integration-test/request-blocking.spec.js:75:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
Test timeout of 30000ms exceeded.
|
|
playwright-tests-firefox (4/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 (2/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, 2/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-mv2, 4/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, 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, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
|
🎭 Playwright Run Summary
2 passed (25.4s)
|
|
🎭 Playwright Run Summary
2 passed (16.7s)
|
|
🎭 Playwright Run Summary
2 passed (28.2s)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › integration-test/gpc.spec.js:4:5 › Ensure GPC is injected into pages ───────────────
1 passed (34.2s)
|
|
🎭 Playwright Run Summary
4 skipped
14 passed (54.1s)
|
|
🎭 Playwright Run Summary
3 skipped
14 passed (1.0m)
|
|
🎭 Playwright Run Summary
2 skipped
16 passed (59.5s)
|
|
🎭 Playwright Run Summary
1 flaky
[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/
16 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 skipped
17 passed (1.2m)
|
|
🎭 Playwright Run Summary
16 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
15 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › integration-test/request-blocking.spec.js:75:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
1 skipped
14 passed (1.6m)
|