Bump tldts from 6.1.51 to 6.1.65 #2635
Annotations
5 errors, 2 warnings, and 1 notice
Run tests
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 5 tests:
[chromium] › integration-test/navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
[chromium] › integration-test/navigator-interface.spec.js:21:9 › navigatorInterface › does not inject into localhost
[chromium] › integration-test/onboarding.spec.js:17:9 › onboarding › should manage the onboarding state and inject a script that calls window.onFirstSearchPostExtensionInstall on the first search post extension
[chromium] › integration-test/onboarding.spec.js:70:9 › onboarding › should allow the site to perform extension health checks (Chrome only)
[chromium] › integration-test/onboarding.spec.js:94:9 › onboarding › should allow the site to reschedule the counter messaging (Chrome only)
|
Run tests:
integration-test/https-loop-protection.spec.js#L1
1) [chromium] › https-loop-protection.spec.js:8:9 › Loop protection › Loop protection page should prevent loading https:// infinately
Test timeout of 30000ms exceeded.
|
Run tests:
integration-test/navigator-interface.spec.js#L15
2) [chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
Error: page.goto: net::ERR_CONNECTION_REFUSED at https://privacy-test-pages.site/features/navigator-interface.html
Call log:
- navigating to "https://privacy-test-pages.site/features/navigator-interface.html", waiting until "load"
13 | });
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');
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/navigator-interface.spec.js:15:20
|
Run tests:
integration-test/navigator-interface.spec.js#L15
2) [chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at https://privacy-test-pages.site/features/navigator-interface.html
Call log:
- navigating to "https://privacy-test-pages.site/features/navigator-interface.html", waiting until "load"
13 | });
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');
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/navigator-interface.spec.js:15:20
|
Run tests
Process completed with exit code 1.
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests:
[chromium] › onboarding.spec.js#L1
[chromium] › onboarding.spec.js took 17.8s
|
Run tests
2 flaky
[chromium] › https-loop-protection.spec.js:8:9 › Loop protection › Loop protection page should prevent loading https:// infinately
[chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
14 passed (1.3m)
|
Loading