Bump @duckduckgo/content-scope-scripts from 6.34.0 to 7.4.0 #502
Annotations
10 errors, 2 warnings, and 1 notice
Run tests:
integration-test/amp-protection.spec.js#L59
1) [chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly
Error: google.com AMP Links: *Simple link
expect(received).toEqual(expected) // deep equality
Expected: "https://www.vox.com/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
Received: "https://www.vox.com/platform/amp/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
57 | // these tests, just wait for load rather than network idle.
58 | await page.goto(initialUrl, { waitUntil: 'commit' });
> 59 | expect(page.url(), description).toEqual(expectedUrl);
| ^
60 | }
61 | });
62 | });
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/amp-protection.spec.js:59:45
|
Run tests:
integration-test/amp-protection.spec.js#L59
1) [chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: google.com AMP Links: *Simple link
expect(received).toEqual(expected) // deep equality
Expected: "https://www.vox.com/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
Received: "https://www.vox.com/platform/amp/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
57 | // these tests, just wait for load rather than network idle.
58 | await page.goto(initialUrl, { waitUntil: 'commit' });
> 59 | expect(page.url(), description).toEqual(expectedUrl);
| ^
60 | }
61 | });
62 | });
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/amp-protection.spec.js:59:45
|
Run tests:
integration-test/amp-protection.spec.js#L59
1) [chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: google.com AMP Links: *Simple link
expect(received).toEqual(expected) // deep equality
Expected: "https://www.vox.com/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
Received: "https://www.vox.com/platform/amp/identities/22530103/asians-americans-wealth-income-gap-crazy-rich-model-minority"
57 | // these tests, just wait for load rather than network idle.
58 | await page.goto(initialUrl, { waitUntil: 'commit' });
> 59 | expect(page.url(), description).toEqual(expectedUrl);
| ^
60 | }
61 | });
62 | });
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/amp-protection.spec.js:59:45
|
Run tests:
integration-test/click-attribution.spec.js#L109
2) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param; u3 param included
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
2) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param; u3 param included
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
2) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param; u3 param included
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
3) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; no ad_domain param; dsl param included
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
3) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; no ad_domain param; dsl param included
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
3) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; no ad_domain param; dsl param included
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
Run tests:
integration-test/click-attribution.spec.js#L109
4) [chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param, but missing u3 param
Error: Navigate to search page expects the right number of pixels to fire
expect(received).toEqual(expected) // deep equality
Expected: 0
Received: 1
107 | }
108 |
> 109 | expect(backgroundPixels.length, `${step.name} expects the right number of pixels to fire`).toEqual(
| ^
110 | step.expected.pixels.length,
111 | );
112 | for (let i = 0; i < step.expected.pixels.length; i++) {
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:109:108
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run actions/upload-artifact@v4
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run tests
9 failed
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param; u3 param included
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; no ad_domain param; dsl param included
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; no ad_domain param, but missing u3 param
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; no ad_domain param, but missing dsl param
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js heuristic; ad_domain provided, but empty (u3 not needed)
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js heuristic; ad_domain provided, but empty (dsl not needed)
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › y.js ad-company-provided; ad_domain provided (u3 not needed)
[chromium] › click-attribution.spec.js:70:9 › Ad click blocking › m.js ad-company-provided; ad_domain provided (dsl not needed)
1 skipped
6 passed (1.6m)
|
Loading