Skip to content

Monitor Cron e2e Tests #461

Monitor Cron e2e Tests

Monitor Cron e2e Tests #461

Re-run triggered November 3, 2024 19:07
Status Failure
Total duration 24m 30s
Artifacts 2

e2e_cron.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 errors, 5 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 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 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
Slow Test: [chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 46.0s
Slow Test: [firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 43.8s
Slow Test: [firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 30.8s
Slow Test: [chromium] › landing/landing-content.spec.ts#L1
[chromium] › landing/landing-content.spec.ts took 26.6s
Slow Test: [chromium] › landing/landing-new-account.spec.ts#L1
[chromium] › landing/landing-new-account.spec.ts took 23.9s
🎭 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:48:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly [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 (23.6m)

Artifacts

Produced during runtime
Name Size
playwright-report
29.8 MB
test-results
28.9 MB