Skip to content

Integration tests for main #1895

Integration tests for main

Integration tests for main #1895

Manually triggered November 19, 2024 10:09
Status Success
Total duration 12m 21s
Artifacts

integration_tests.yml

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

Annotations

2 errors and 1 notice
[firefox] › products/firefox/firefox-ios.spec.js:23:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form success: tests/playwright/specs/products/firefox/firefox-ios.spec.js#L1
1) [firefox] › products/firefox/firefox-ios.spec.js:23:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form success Test timeout of 30000ms exceeded.
[firefox] › products/firefox/firefox-ios.spec.js:23:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form success: tests/playwright/specs/products/firefox/firefox-ios.spec.js#L36
1) [firefox] › products/firefox/firefox-ios.spec.js:23:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form success 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 34 | await expect(thanksMessage).not.toBeVisible(); 35 | await emailField.fill('success@example.com'); > 36 | await submitButton.click(); | ^ 37 | await expect(submitButton).not.toBeVisible(); 38 | await expect(thanksMessage).toBeVisible(); 39 | }); at /home/runner/work/bedrock/bedrock/tests/playwright/specs/products/firefox/firefox-ios.spec.js:36:32
🎭 Playwright Run Summary
1 flaky [firefox] › products/firefox/firefox-ios.spec.js:23:9 › /en-US/firefox/browsers/mobile/ios/ page › Send to device form success 7 skipped 193 passed (2.7m)