Bump tldts from 6.1.51 to 6.1.65 #2635
Annotations
7 errors, 1 warning, and 1 notice
Run tests:
integration-test/storage-blocking.spec.js#L93
1) [chromium] › storage-blocking.spec.js:215:13 › Storage blocking Tests › Cookie blocking tests › protections are not active on localhost
Error: expect(received).toBeTruthy()
Received: null
91 | const savedResult = results.results.find(({ id }) => id === 'memory').value;
92 | const checkResult = results.results.find(({ id }) => id === testName)?.value;
> 93 | expect(checkResult).toBeTruthy();
| ^
94 | expect(checkResult).toEqual(savedResult);
95 | }
96 |
at assertCookieAllowed (/home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:93:33)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:217:13
|
Run tests:
integration-test/storage-blocking.spec.js#L93
1) [chromium] › storage-blocking.spec.js:215:13 › Storage blocking Tests › Cookie blocking tests › protections are not active on localhost
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: null
91 | const savedResult = results.results.find(({ id }) => id === 'memory').value;
92 | const checkResult = results.results.find(({ id }) => id === testName)?.value;
> 93 | expect(checkResult).toBeTruthy();
| ^
94 | expect(checkResult).toEqual(savedResult);
95 | }
96 |
at assertCookieAllowed (/home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:93:33)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:217:13
|
Run tests:
integration-test/storage-blocking.spec.js#L93
1) [chromium] › storage-blocking.spec.js:215:13 › Storage blocking Tests › Cookie blocking tests › protections are not active on localhost
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBeTruthy()
Received: null
91 | const savedResult = results.results.find(({ id }) => id === 'memory').value;
92 | const checkResult = results.results.find(({ id }) => id === testName)?.value;
> 93 | expect(checkResult).toBeTruthy();
| ^
94 | expect(checkResult).toEqual(savedResult);
95 | }
96 |
at assertCookieAllowed (/home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:93:33)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/storage-blocking.spec.js:217:13
|
Run tests:
integration-test/test-canvas.spec.js#L41
2) [chromium] › test-canvas.spec.js:39:9 › Canvas verification › Canvas should pass all verification tests
Error: page.goto: net::ERR_CONNECTION_REFUSED at https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run
Call log:
- navigating to "https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run", waiting until "load"
39 | test('Canvas should pass all verification tests', async ({ page }) => {
40 | await page.bringToFront();
> 41 | await page.goto('https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run');
| ^
42 | await page.waitForFunction(() => results && results.complete);
43 | const results = await page.evaluate(() => results);
44 | // filter out perf test from the fails
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/test-canvas.spec.js:41:20
|
Run tests:
integration-test/test-canvas.spec.js#L41
2) [chromium] › test-canvas.spec.js:39:9 › Canvas verification › Canvas should pass all verification tests
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run
Call log:
- navigating to "https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run", waiting until "load"
39 | test('Canvas should pass all verification tests', async ({ page }) => {
40 | await page.bringToFront();
> 41 | await page.goto('https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run');
| ^
42 | await page.waitForFunction(() => results && results.complete);
43 | const results = await page.evaluate(() => results);
44 | // filter out perf test from the fails
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/test-canvas.spec.js:41:20
|
Run tests:
integration-test/test-canvas.spec.js#L41
2) [chromium] › test-canvas.spec.js:39:9 › Canvas verification › Canvas should pass all verification tests
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: page.goto: net::ERR_CONNECTION_REFUSED at https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run
Call log:
- navigating to "https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run", waiting until "load"
39 | test('Canvas should pass all verification tests', async ({ page }) => {
40 | await page.bringToFront();
> 41 | await page.goto('https://bad.third-party.site/privacy-protections/fingerprinting/canvas.html?run');
| ^
42 | await page.waitForFunction(() => results && results.complete);
43 | const results = await page.evaluate(() => results);
44 | // filter out perf test from the fails
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/test-canvas.spec.js:41: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
2 failed
[chromium] › storage-blocking.spec.js:215:13 › Storage blocking Tests › Cookie blocking tests › protections are not active on localhost
[chromium] › test-canvas.spec.js:39:9 › Canvas verification › Canvas should pass all verification tests
14 passed (59.5s)
|
Loading