Integration tests for main #1840
integration_tests.yml
on: workflow_dispatch
notify-of-test-run-start
5s
Matrix: integration-tests
notify-of-test-run-completion
9s
Annotations
2 errors and 1 notice
[webkit] › products/vpn/vpn-features.spec.js:27:17 › /en-US/products/vpn/features/ page › VPN available › Country code: de:
tests/playwright/specs/products/vpn/vpn-features.spec.js#L23
1) [webkit] › products/vpn/vpn-features.spec.js:27:17 › /en-US/products/vpn/features/ page › VPN available › Country code: de
Test timeout of 30000ms exceeded while running "beforeEach" hook.
21 | for (const country of availableCountries) {
22 | test.describe('VPN available', () => {
> 23 | test.beforeEach(async ({ page, browserName }) => {
| ^
24 | await openPage(url + `?geo=${country}`, page, browserName);
25 | });
26 |
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/vpn/vpn-features.spec.js:23:22
|
[webkit] › products/vpn/vpn-features.spec.js:27:17 › /en-US/products/vpn/features/ page › VPN available › Country code: de:
tests/playwright/scripts/open-page.js#L33
1) [webkit] › products/vpn/vpn-features.spec.js:27:17 › /en-US/products/vpn/features/ page › VPN available › Country code: de
Error: page.goto: Test timeout of 30000ms exceeded.
Call log:
- navigating to "https://dev.bedrock.nonprod.webservices.mozgcp.net/en-US/products/vpn/features/?geo=de&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-features.spec.js:24:21
|
🎭 Playwright Run Summary
1 flaky
[webkit] › products/vpn/vpn-features.spec.js:27:17 › /en-US/products/vpn/features/ page › VPN available › Country code: de
7 skipped
193 passed (2.6m)
|