Bump puppeteer from 19.3.0 to 21.5.0 #1872
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
Annotations
7 errors, 8 warnings, and 8 notices
unit-tests
Process completed with exit code 2.
|
[chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages:
integration-test/navigator-interface.spec.js#L10
1) [chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
Error: expect(received).toBe(expected) // Object.is equality
Expected: "interface: true"
Received: "interface: false"
8 | await backgroundWait.forAllConfiguration(backgroundPage)
9 | await page.goto('https://privacy-test-pages.site/features/navigator-interface.html')
> 10 | expect(await page.locator('#interface').innerText()).toBe('interface: true')
| ^
11 | expect(await page.locator('#isDuckDuckGo').innerText()).toBe('isDuckDuckGo: true')
12 | expect(await page.locator('#platform').innerText()).toBe('platform: extension')
13 | })
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/navigator-interface.spec.js:10:62
|
[chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage:
integration-test/fire-button.spec.js#L1
1) [chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage ─────
Test timeout of 30000ms exceeded.
|
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › Single-site:
integration-test/click-attribution.spec.js#L83
1) [chromium] › click-attribution.spec.js:52:9 › Ad click blocking › Single-site, new-tab, session, variant two
Error: Click on [Ad 5] expects https://www.ad-company.site/track.js?ad=1 to be 'blocked'
expect(received).toBe(expected) // Object.is equality
Expected: "blocked"
Received: "loaded"
81 | .toBeDefined()
82 | expect(expectedResource.status, `${step.name} expects ${request.url} to be '${request.status}'`)
> 83 | .toBe(request.status)
| ^
84 | }
85 | }
86 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:83:30
|
[chromium] › request-blocking.spec.js:100:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking:
integration-test/request-blocking.spec.js#L1
1) [chromium] › request-blocking.spec.js:100:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
Test timeout of 30000ms exceeded.
|
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided:
integration-test/click-attribution.spec.js#L83
1) [chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided, but empty (dsl not needed)
Error: Click on [Ad 6] expects https://www.ad-company.site/track.js?ad=1 to be 'blocked'
expect(received).toBe(expected) // Object.is equality
Expected: "blocked"
Received: "loaded"
81 | .toBeDefined()
82 | expect(expectedResource.status, `${step.name} expects ${request.url} to be '${request.status}'`)
> 83 | .toBe(request.status)
| ^
84 | }
85 | }
86 | }
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-attribution.spec.js:83:30
|
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview:
integration-test/click-to-load-youtube.spec.js#L312
1) [chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
310 | } = summariseYouTubeRequests(pageRequests)
311 |
> 312 | expect(youTubeIframeApi.checked).toBe(true)
| ^
313 | expect(youTubeIframeApi.alwaysRedirected).toBe(false)
314 | expect(youTubeStandard.blocked).toEqual(0)
315 | expect(youTubeNocookie.blocked).toEqual(0)
at /home/runner/work/duckduckgo-privacy-extension/duckduckgo-privacy-extension/integration-test/click-to-load-youtube.spec.js:312:46
|
playwright-tests (playwright, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 3/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
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)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 4/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright-mv3, 1/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
playwright-tests (playwright, 2/4)
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
🎭 Playwright Run Summary
16 passed (54.5s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › navigator-interface.spec.js:6:9 › navigatorInterface › injects navigator.duckduckgo interface into pages
14 passed (57.3s)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › fire-button.spec.js:260:13 › Fire Button › burn › clears all browser storage ──────
15 passed (1.2m)
|
🎭 Playwright Run Summary
1 skipped
16 passed (1.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › Single-site, new-tab, session, variant two
14 passed (2.7m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › request-blocking.spec.js:100:9 › Test request blocking › serviceworkerInitiatedRequests exceptions should disable service worker blocking
14 passed (2.9m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › click-attribution.spec.js:52:9 › Ad click blocking › m.js heuristic; ad_domain provided, but empty (dsl not needed)
1 skipped
14 passed (2.4m)
|
🎭 Playwright Run Summary
1 flaky
[chromium] › click-to-load-youtube.spec.js:225:9 › Test YouTube Click To Load › CTL: YouTube Preview
16 passed (2.6m)
|