Skip to content

Integration tests for main #1385

Integration tests for main

Integration tests for main #1385

Manually triggered July 8, 2024 02:43
Status Success
Total duration 17m 59s
Artifacts

integration_tests.yml

on: workflow_dispatch
notify-of-test-run-start
5s
notify-of-test-run-start
Matrix: integration-tests
playwright-tests
3m 26s
playwright-tests
notify-of-test-run-completion
8s
notify-of-test-run-completion
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 1 notice
[chromium] › products/vpn/vpn-invite.spec.js:23:9 › /en-US/products/vpn/invite/ page › Wait list form submit success: tests/playwright/specs/products/vpn/vpn-invite.spec.js#L19
1) [chromium] › products/vpn/vpn-invite.spec.js:23:9 › /en-US/products/vpn/invite/ page › Wait list form submit success Test timeout of 30000ms exceeded while running "beforeEach" hook. 17 | }, 18 | () => { > 19 | test.beforeEach(async ({ page, browserName }) => { | ^ 20 | await openPage(url, page, browserName); 21 | }); 22 | at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/vpn/vpn-invite.spec.js:19:14
[chromium] › products/vpn/vpn-invite.spec.js:23:9 › /en-US/products/vpn/invite/ page › Wait list form submit success: tests/playwright/scripts/open-page.js#L33
1) [chromium] › products/vpn/vpn-invite.spec.js:23:9 › /en-US/products/vpn/invite/ page › Wait list form submit success Error: page.goto: net::ERR_ABORTED; maybe frame was detached? Call log: - navigating to "https://dev.bedrock.nonprod.webservices.mozgcp.net/en-US/products/vpn/invite/?automation=true", waiting until "load" at ../scripts/open-page.js:33 31 | // Add query parameter to the URL to filter out automation traffic. 32 | const separator = url.includes('?') ? '&' : '?'; > 33 | await page.goto(url + separator + 'automation=true'); | ^ 34 | }; 35 | 36 | module.exports = openPage; at openPage (/home/runner/work/bedrock/bedrock/tests/playwright/scripts/open-page.js:33:16) at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/vpn/vpn-invite.spec.js:20:13
[firefox] › navigation.spec.js:57:9 › /en-US/ navigation (desktop) › Navigation link click: tests/playwright/specs/navigation.spec.js#L19
2) [firefox] › navigation.spec.js:57:9 › /en-US/ navigation (desktop) › Navigation link click ──── Test timeout of 30000ms exceeded while running "beforeEach" hook. 17 | }, 18 | () => { > 19 | test.beforeEach(async ({ page, browserName }) => { | ^ 20 | await openPage(url, page, browserName); 21 | }); 22 | at /home/runner/work/bedrock/bedrock/tests/playwright/specs/navigation.spec.js:19:14
[firefox] › navigation.spec.js:57:9 › /en-US/ navigation (desktop) › Navigation link click: tests/playwright/scripts/open-page.js#L33
2) [firefox] › navigation.spec.js:57:9 › /en-US/ navigation (desktop) › Navigation link click ──── Error: page.goto: Test timeout of 30000ms exceeded. Call log: - navigating to "https://dev.bedrock.nonprod.webservices.mozgcp.net/en-US/?automation=true", waiting until "load" at ../scripts/open-page.js:33 31 | // Add query parameter to the URL to filter out automation traffic. 32 | const separator = url.includes('?') ? '&' : '?'; > 33 | await page.goto(url + separator + 'automation=true'); | ^ 34 | }; 35 | 36 | module.exports = openPage; at openPage (/home/runner/work/bedrock/bedrock/tests/playwright/scripts/open-page.js:33:16) at /home/runner/work/bedrock/bedrock/tests/playwright/specs/navigation.spec.js:20:13
🎭 Playwright Run Summary
2 flaky [chromium] › products/vpn/vpn-invite.spec.js:23:9 › /en-US/products/vpn/invite/ page › Wait list form submit success [firefox] › navigation.spec.js:57:9 › /en-US/ navigation (desktop) › Navigation link click ───── 7 skipped 156 passed (2.7m)