Firefox integration tests #3811
checks.yml
on: pull_request
lint
1m 49s
unit-tests
1m 52s
Matrix: build
Matrix: playwright-tests-firefox
Matrix: playwright-tests
Annotations
5 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#L43
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
41 | const gpc2 = await getGPCValueOfContext(iframeInstance);
42 |
> 43 | expect(gpc).toEqual(true);
| ^
44 | expect(gpc).toEqual(gpc2);
45 | }
46 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/gpc.spec.js:43:21
|
|
[chromium] › integration-test/broken-site-report.spec.js:78:9 › Broken site reports › Includes correct metadata when blocklist fetch fails:
integration-test/broken-site-report.spec.js#L90
2) [chromium] › integration-test/broken-site-report.spec.js:78:9 › Broken site reports › Includes correct metadata when blocklist fetch fails
Error: expect(received).toHaveLength(expected)
Expected length: 1
Received length: 2
Received array: ["https://improving.duckduckgo.com/t/epbf_chrome?2217214&siteUrl=https%3A%2F%2Fprivacy-test-pages.site%2F&tds=test&remoteConfigEtag=test&remoteConfigVersion=1697802863205&upgradedHttps=false&urlParametersRemoved=false&ctlYouTube=false&ctlFacebookPlaceholderShown=false&ctlFacebookLogin=false&performanceWarning=false&userRefreshCount=0&locale=en-US&protectionsState=true&category=dislike&errorDescriptions=%5B%5D&openerContext=external&extensionVersion=2026.1.12&atb=v518-1&ignoreRequests=&blockedTrackers=&surrogates=&noActionRequests=&adAttributionRequests=&ignoredByUserRequests=&test=1", "https://improving.duckduckgo.com/t/epbf_chrome?9217386&siteUrl=https%3A%2F%2Fprivacy-test-pages.site%2F&tds=&remoteConfigEtag=W%2F%22385328de7ebe3fabd23f4c5c8c92ddaf%22&remoteConfigVersion=1768211267089&upgradedHttps=false&urlParametersRemoved=false&ctlYouTube=false&ctlFacebookPlaceholderShown=false&ctlFacebookLogin=false&performanceWarning=false&userRefreshCount=0&locale=en-US&protectionsState=true&category=dislike&errorDescriptions=%5B%5D&openerContext=external&contentScopeExperiments=fingerprintingCanvasAdditionalEnabledCheck%3Acontrol&extensionVersion=2026.1.12&atb=v518-1&ignoreRequests=&blockedTrackers=&surrogates=&noActionRequests=&adAttributionRequests=&ignoredByUserRequests=&test=1"]
88 | await backgroundPage.evaluate(() => globalThis.components.dashboardMessaging.submitBrokenSiteReport({ category: 'dislike' }));
89 | await gotPixel;
> 90 | expect(pixels).toHaveLength(1);
| ^
91 | const pixel = _formatPixelRequestForTesting(pixels[0]);
92 | expect(pixel).toMatchObject({
93 | name: 'epbf_chrome',
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/broken-site-report.spec.js:90:24
|
|
[chromium] › integration-test/atb.spec.js:77:13 › install workflow › atb values › should get its ATB param from the success page when one is present:
integration-test/atb.spec.js#L109
1) [chromium] › integration-test/atb.spec.js:77:13 › install workflow › atb values › should get its ATB param from the success page when one is present
Error: expect(received).toEqual(expected) // deep equality
Expected: 1
Received: 0
107 | expect(setAtb).toEqual(atb);
108 | expect(extiSent).toBeTruthy();
> 109 | expect(numExtiCalled).toEqual(1);
| ^
110 | });
111 | });
112 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/atb.spec.js:109:35
|
|
[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/gpc.spec.js:17:5 › Ensure GPC is injected into frames:
integration-test/gpc.spec.js#L0
1) [chromium] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ───────────
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 (3/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 (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, 3/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 Run Summary
2 passed (26.3s)
|
|
🎭 Playwright Run Summary
2 passed (17.6s)
|
|
🎭 Playwright Run Summary
1 flaky
[firefox] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ─────────────
1 passed (33.9s)
|
|
🎭 Playwright Run Summary
2 passed (24.3s)
|
|
🎭 Playwright Run Summary
4 skipped
14 passed (52.6s)
|
|
🎭 Playwright Run Summary
3 skipped
14 passed (59.2s)
|
|
🎭 Playwright Run Summary
2 flaky
[chromium] › integration-test/atb.spec.js:77:13 › install workflow › atb values › should get its ATB param from the success page when one is present
[chromium] › integration-test/broken-site-report.spec.js:78:9 › Broken site reports › Includes correct metadata when blocklist fetch fails
2 skipped
14 passed (1.0m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › integration-test/request-blocklist.spec.js:14:9 › Test Request Blocklist feature › Should block the .jpg requests
16 passed (1.1m)
|
|
🎭 Playwright Run Summary
1 flaky
[chromium] › integration-test/gpc.spec.js:17:5 › Ensure GPC is injected into frames ────────────
1 skipped
16 passed (1.5m)
|
|
🎭 Playwright Run Summary
16 passed (1.2m)
|
|
🎭 Playwright Run Summary
1 skipped
15 passed (1.2m)
|
|
🎭 Playwright Run Summary
2 skipped
15 passed (1.2m)
|