Skip to content

Update privacy-dashboard dependency to 7.4.0 #2640

Update privacy-dashboard dependency to 7.4.0

Update privacy-dashboard dependency to 7.4.0 #2640

Triggered via pull request December 6, 2024 12:01
Status Failure
Total duration 2m 46s
Artifacts

checks.yml

on: pull_request
Matrix: build
Matrix: playwright-tests
Fit to window
Zoom out
Zoom in

Annotations

12 errors, 20 warnings, and 8 notices
lint
Process completed with exit code 1.
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
playwright-tests (playwright, 1/4)
Process completed with exit code 1.
[chromium] › fire-button.spec.js:55:9 › Fire Button › Fire animation: integration-test/fire-button.spec.js#L72
1) [chromium] › fire-button.spec.js:55:9 › Fire Button › Fire animation ────────────────────────── Error: expect(received).toMatch(expected) Expected pattern: /^(https:\/\/duckduckgo.com\/chrome_newtab|chrome:\/\/new-tab-page\/$)/ Received string: "chrome-extension://mfbnnijbcdkihfekfhjhniooflfpllgd/html/fire.html" 70 | await new Promise((resolve) => setTimeout(resolve, 3000)); 71 | // check that we're redirected to the newtab page after the animation completes > 72 | expect(burnAnimationPage.url()).toMatch(/^(https:\/\/duckduckgo.com\/chrome_newtab|chrome:\/\/new-tab-page\/$)/); | ^ 73 | }); 74 | 75 | test.describe('Tab clearing', () => { at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/fire-button.spec.js:72:41
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
[chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly: 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
playwright-tests (playwright-mv2, 1/4)
Process completed with exit code 1.
[chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking: integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking Test timeout of 30000ms exceeded.
[chromium] › onboarding.spec.js:94:9 › onboarding › should allow the site to reschedule the counter messaging (Chrome only): integration-test/onboarding.spec.js#L1
1) [chromium] › onboarding.spec.js:94:9 › onboarding › should allow the site to reschedule the counter messaging (Chrome only) Test timeout of 30000ms exceeded.
build (20, ubuntu-latest, release-firefox)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
build (20, ubuntu-latest, release-chrome)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
lint
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
unit-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 2/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 1/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright, 4/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
playwright-tests (playwright-mv2, 3/4)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
playwright-tests (playwright-mv2, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
🎭 Playwright Run Summary
15 passed (51.4s)
🎭 Playwright Run Summary
1 failed [chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly 1 skipped 14 passed (51.0s)
🎭 Playwright Run Summary
16 passed (51.4s)
🎭 Playwright Run Summary
1 flaky [chromium] › fire-button.spec.js:55:9 › Fire Button › Fire animation ─────────────────────────── 3 skipped 13 passed (50.9s)
🎭 Playwright Run Summary
3 skipped 12 passed (40.8s)
🎭 Playwright Run Summary
1 failed [chromium] › amp-protection.spec.js:9:9 › Test AMP link protection › Redirects AMP URLs correctly 1 skipped 15 passed (55.6s)
🎭 Playwright Run Summary
1 flaky [chromium] › request-blocking.spec.js:194:9 › Test request blocking › protection toggle disables blocking 14 passed (1.3m)
🎭 Playwright Run Summary
1 flaky [chromium] › onboarding.spec.js:94:9 › onboarding › should allow the site to reschedule the counter messaging (Chrome only) 15 passed (1.5m)