Bump the minimum supported Chrome version to 128 #2553
Annotations
10 errors, 8 warnings, and 8 notices
playwright-tests (playwright-mv2, 3/4)
Error: "Target page, context or browser has been closed" while running route callback.
Consider awaiting `await page.unrouteAll({ behavior: 'ignoreErrors' })`
before the end of the test to ignore remaining routes in flight.
Failed worker ran 8 tests:
[chromium] › integration-test/fire-button.spec.js:91:17 › Fire Button › Tab clearing › clearing no tabs
[chromium] › integration-test/fire-button.spec.js:91:17 › Fire Button › Tab clearing › clearing specific origins
[chromium] › integration-test/fire-button.spec.js:209:13 › Fire Button › burn › clears tabs and storage
[chromium] › integration-test/fire-button.spec.js:243:13 › Fire Button › burn › clearing for a specific site
[chromium] › integration-test/fire-button.spec.js:281:13 › Fire Button › burn › clear data without clearing tabs
[chromium] › integration-test/https-loop-protection.spec.js:8:9 › Loop protection › Loop protection page should prevent loading https:// infinately
[chromium] › integration-test/navigator-interface.spec.js:21:9 › navigatorInterface › does not inject into localhost
[chromium] › integration-test/onboarding.spec.js:66:9 › onboarding › should allow the site to perform extension health checks (Chrome only)
|
[chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages:
integration-test/navigator-interface.spec.js#L16
1) [chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
Error: expect(received).toBe(expected) // Object.is equality
Expected: "interface: true"
Received: "interface: false"
14 | }
15 | await page.goto('https://privacy-test-pages.site/features/navigator-interface.html')
> 16 | expect(await page.locator('#interface').innerText()).toBe('interface: true')
| ^
17 | expect(await page.locator('#isDuckDuckGo').innerText()).toBe('isDuckDuckGo: true')
18 | expect(await page.locator('#platform').innerText()).toBe('platform: extension')
19 | })
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/navigator-interface.spec.js:16:62
|
playwright-tests (playwright-mv2, 3/4)
Process completed with exit code 1.
|
[chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost:
integration-test/request-blocking.spec.js#L138
1) [chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
136 | }
137 | const description = `ID: ${id}, Category: ${category}`
> 138 | expect(status, description).toEqual('loaded')
| ^
139 | }
140 | })
141 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:138:41
|
[chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost:
integration-test/request-blocking.spec.js#L138
1) [chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
136 | }
137 | const description = `ID: ${id}, Category: ${category}`
> 138 | expect(status, description).toEqual('loaded')
| ^
139 | }
140 | })
141 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:138:41
|
[chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost:
integration-test/request-blocking.spec.js#L138
1) [chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
136 | }
137 | const description = `ID: ${id}, Category: ${category}`
> 138 | expect(status, description).toEqual('loaded')
| ^
139 | }
140 | })
141 |
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:138:41
|
[chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking:
integration-test/request-blocking.spec.js#L176
2) [chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
174 | }
175 | const description = `ID: ${id}, Category: ${category}`
> 176 | expect(status, description).toEqual('loaded')
| ^
177 | }
178 | })
179 | })
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:176:41
|
[chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking:
integration-test/request-blocking.spec.js#L176
2) [chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
174 | }
175 | const description = `ID: ${id}, Category: ${category}`
> 176 | expect(status, description).toEqual('loaded')
| ^
177 | }
178 | })
179 | })
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:176:41
|
[chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking:
integration-test/request-blocking.spec.js#L176
2) [chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: ID: serviceworker-fetch, Category: other
expect(received).toEqual(expected) // deep equality
Expected: "loaded"
Received: "failed"
174 | }
175 | const description = `ID: ${id}, Category: ${category}`
> 176 | expect(status, description).toEqual('loaded')
| ^
177 | }
178 | })
179 | })
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/request-blocking.spec.js:176:41
|
playwright-tests (playwright, 4/4)
Process completed with exit code 1.
|
playwright-tests (playwright-mv2, 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, 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, 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, 1/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
1 skipped
16 passed (53.4s)
|
🎭 Playwright Run Summary
3 skipped
12 passed (39.2s)
|
🎭 Playwright Run Summary
3 skipped
13 passed (41.9s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
15 passed (58.8s)
|
🎭 Playwright Run Summary
15 passed (58.6s)
|
🎭 Playwright Run Summary
16 passed (54.0s)
|
🎭 Playwright Run Summary
1 skipped
14 passed (50.3s)
|
🎭 Playwright Run Summary
2 failed
[chromium] › request-blocking.spec.js:108:9 › Test request blocking › Blocking should not run on localhost
[chromium] › request-blocking.spec.js:142:9 › Test request blocking › protection toggle disables blocking
13 passed (1.3m)
|