Monitor Cron e2e Tests #534
Annotations
10 errors, 6 warnings, and 1 notice
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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…"
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
|
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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…"
- waiting for" https://payments-stage.fxa.nonprod.cloudops.mozgcp.net/products/prod_OlQjDbCbrFWLTB?device_id=b432cdc0411047ce811d25ecc435d403&flow_begin_time=1736497184999&flow_id=1961d961372095eebdc9311d80e761649a…" navigation to finish...
- navigated to "https://payments-stage.fxa.nonprod.cloudops.mozgcp.net/products/prod_OlQjDbCbrFWLTB?device_id=b432cdc0411047ce811d25ecc435d403&flow_begin_time=1736497184999&flow_id=1961d961372095eebdc9311d80e761649a…"
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
|
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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
|
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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
|
Run Playwright tests - stage:
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.
|
Run Playwright tests - stage:
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
|
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
Run Playwright tests - stage:
[firefox] › purchase.spec.ts#L1
[firefox] › purchase.spec.ts took 3.4m
|
Run Playwright tests - stage:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 41.7s
|
Run Playwright tests - stage:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 41.2s
|
Run Playwright tests - stage:
[firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 22.8s
|
Run Playwright tests - stage:
[firefox] › landing/landing-new-account.spec.ts#L1
[firefox] › landing/landing-new-account.spec.ts took 21.9s
|
Run Playwright tests - stage
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
1 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
6 skipped
76 passed (20.6m)
|
Loading