Bump sass from 1.79.5 to 1.80.6 in the build group across 1 directory #2593
Annotations
4 errors, 1 warning, 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
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
1 failed
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly
1 skipped
15 passed (56.0s)
|
Loading