Skip to content

Monitor Cron e2e Tests #518

Monitor Cron e2e Tests

Monitor Cron e2e Tests #518

Triggered via schedule December 25, 2024 08:07
Status Failure
Total duration 23m 45s
Artifacts 2

e2e_cron.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 6 warnings, and 1 notice
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want: src/e2e/specs/dashboard/dashboard-payment.spec.ts#L1
1) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly Test timeout of 60000ms exceeded.
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want: src/e2e/pages/purchasePage.ts#L113
1) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly Error: locator.waitFor: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('heading', { name: 'Set up your subscription' }) to be visible - waiting for" https://accounts.stage.mozaws.net/subscriptions/products/prod_OlQjDbCbrFWLTB?plan=price_1NxtsVKb9q6OnNsL9KY5F6Mz&form_type=button&entrypoint=monitor.mozilla.org-monitor-in-product-navigation-upsell&u…" navigation to finish... - navigated to "https://accounts.stage.mozaws.net/subscriptions/products/prod_OlQjDbCbrFWLTB?plan=price_1NxtsVKb9q6OnNsL9KY5F6Mz&form_type=button&entrypoint=monitor.mozilla.org-monitor-in-product-navigation-upsell&u…" - waiting for" https://payments-stage.fxa.nonprod.cloudops.mozgcp.net/products/prod_OlQjDbCbrFWLTB?device_id=77cf0bbb2bcd4bc787b952a4b9aa5c57&flow_begin_time=1735114731709&flow_id=b4a6c87877f283611c22f6f1b739918b50…" navigation to finish... - navigated to "https://payments-stage.fxa.nonprod.cloudops.mozgcp.net/products/prod_OlQjDbCbrFWLTB?device_id=77cf0bbb2bcd4bc787b952a4b9aa5c57&flow_begin_time=1735114731709&flow_id=b4a6c87877f283611c22f6f1b739918b50…" at ../pages/purchasePage.ts:113 111 | 112 | async verifyMonthlyPlanDetails() { > 113 | await this.subscriptionHeader.waitFor(); | ^ 114 | const planDetails = removeUnicodeChars( 115 | (await this.planDetails.textContent()) as string, 116 | ); at PurchasePage.verifyMonthlyPlanDetails (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:113:35) at DashboardPage.verifyPremiumUpsellModalOptions (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:306:24) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-payment.spec.ts:44:5
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want: src/e2e/specs/dashboard/dashboard-payment.spec.ts#L1
1) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want: src/e2e/pages/purchasePage.ts#L113
1) [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.waitFor: Test timeout of 60000ms exceeded. Call log: - waiting for getByRole('heading', { name: 'Set up your subscription' }) to be visible - waiting for navigation to finish... - navigated to "https://accounts.stage.mozaws.net/subscriptions/products/prod_OlQjDbCbrFWLTB?plan=price_1NxtsVKb9q6OnNsL9KY5F6Mz&form_type=button&entrypoint=monitor.mozilla.org-monitor-in-product-navigation-upsell&u…" at ../pages/purchasePage.ts:113 111 | 112 | async verifyMonthlyPlanDetails() { > 113 | await this.subscriptionHeader.waitFor(); | ^ 114 | const planDetails = removeUnicodeChars( 115 | (await this.planDetails.textContent()) as string, 116 | ); at PurchasePage.verifyMonthlyPlanDetails (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:113:35) at DashboardPage.verifyPremiumUpsellModalOptions (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/dashBoardPage.ts:306:24) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-payment.spec.ts:44:5
[firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
2) [firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Test timeout of 60000ms exceeded.
[firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/pages/authPage.ts#L50
2) [firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:44:20
[firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
2) [firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Test timeout of 60000ms exceeded.
[firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account: src/e2e/pages/authPage.ts#L50
2) [firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account Retry #1 ─────────────────────────────────────────────────────────────────────────────────────── Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:44:20
[firefox] › landing/landing-existing-account.spec.ts:51:3 › stage - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account: src/e2e/specs/landing/landing-existing-account.spec.ts#L1
3) [firefox] › landing/landing-existing-account.spec.ts:51:3 › stage - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account Test timeout of 60000ms exceeded.
[firefox] › landing/landing-existing-account.spec.ts:51:3 › stage - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account: src/e2e/pages/authPage.ts#L50
3) [firefox] › landing/landing-existing-account.spec.ts:51:3 › stage - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account Error: locator.fill: Test timeout of 60000ms exceeded. Call log: - waiting for locator('[type="password"]').first() at ../pages/authPage.ts:50 48 | const password = 49 | optionalPassword || (process.env.E2E_TEST_ACCOUNT_PASSWORD as string); > 50 | await this.passwordInputField.fill(password); | ^ 51 | await this.continue({ waitForURL: "**/user/**" }); 52 | } 53 | at AuthPage.enterPassword (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/authPage.ts:50:35) at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/landing/landing-existing-account.spec.ts:65:20
e2e-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
Slow Test: [firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 44.9s
Slow Test: [chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 41.6s
Slow Test: [firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 28.3s
Slow Test: [firefox] › landing/landing-new-account.spec.ts#L1
[firefox] › landing/landing-new-account.spec.ts took 24.2s
Slow Test: [chromium] › landing/landing-new-account.spec.ts#L1
[chromium] › landing/landing-new-account.spec.ts took 22.7s
🎭 Playwright Run Summary
3 failed [firefox] › dashboard/dashboard-payment.spec.ts:22:3 › stage - Breaches Dashboard - Payment › Verify that the user can select what type of plan they want, verify that the Premium upsell modal is displayed correctly [firefox] › landing/landing-existing-account.spec.ts:13:3 › stage - Verify the Landing Page Functionality - existing account › Verify "Get free scan" buttons functionality with an existing account [firefox] › landing/landing-existing-account.spec.ts:51:3 › stage - Verify the Landing Page Functionality - existing account › Verify the "Start free monitoring" button UI and functionality with an existing account 2 flaky [chromium] › purchase.spec.ts:89:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Monthly [firefox] › purchase.spec.ts:173:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a PayPal account - monthly 6 skipped 75 passed (22.9m)

Artifacts

Produced during runtime
Name Size
playwright-report
30.6 MB
test-results
29.5 MB