Integration tests for prod #2041
integration_tests.yml
on: workflow_dispatch
notify-of-test-run-start
7s
Matrix: integration-tests
notify-of-test-run-completion
8s
Annotations
2 errors, 7 warnings, and 1 notice
[firefox] › products/firefox/firefox-ios.spec.js:41:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form failure @firefox:
tests/playwright/specs/products/firefox/firefox-ios.spec.js#L1
1) [firefox] › products/firefox/firefox-ios.spec.js:41:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form failure @Firefox
Test timeout of 30000ms exceeded.
|
[firefox] › products/firefox/firefox-ios.spec.js:41:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form failure @firefox:
tests/playwright/specs/products/firefox/firefox-ios.spec.js#L55
1) [firefox] › products/firefox/firefox-ios.spec.js:41:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form failure @Firefox
Error: locator.click: Test timeout of 30000ms exceeded.
Call log:
- waiting for getByTestId('send-to-device-form-submit-button')
- locator resolved to <button type="submit" class="button mzp-c-button mzp-t-product " data-testid="send-to-device-form-submit-button">↵ Send↵ </button>
- attempting click action
- waiting for element to be visible, enabled and stable
- element is visible, enabled and stable
- scrolling into view if needed
- done scrolling
- performing click action
53 | await expect(errorMessage).not.toBeVisible();
54 | await emailField.fill('failure@example.com');
> 55 | await submitButton.click();
| ^
56 | await expect(emailField).toBeVisible();
57 | await expect(thanksMessage).not.toBeVisible();
58 | });
at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/firefox/firefox-ios.spec.js:55:32
|
notify-of-test-run-start
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (test-chrome-remote, chrome, Remote, not headless and not download and not skip...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (test-ie-saucelabs, internet explorer, SauceLabs, smoke or sanity, Windows 10, 8)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (test-firefox-remote, firefox, not headless and not download and not skip_if_fi...
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
integration-tests (test-headless, headless)
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
notify-of-test-run-completion
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
🎭 Playwright Run Summary
1 flaky
[firefox] › products/firefox/firefox-ios.spec.js:41:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form failure @Firefox
7 skipped
190 passed (2.5m)
|