Monitor Cron e2e Tests #532
Annotations
3 errors, 6 warnings, and 1 notice
Run Playwright tests - stage:
src/e2e/specs/dashboard/dashboard-headers.spec.ts#L43
1) [chromium] › dashboard/dashboard-headers.spec.ts:33:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the site header is displayed correctly for signed in users
Error: Timed out 2000ms waiting for expect(locator).toHaveAttribute(expected)
Locator: getByRole('link', { name: 'Dashboard' })
Expected string: "/user/dashboard"
Received: <element(s) not found>
Call log:
- expect.toHaveAttribute with timeout 2000ms
- waiting for getByRole('link', { name: 'Dashboard' })
41 | });
42 |
> 43 | await expect(dashboardPage.dashboardNavButton).toHaveAttribute(
| ^
44 | "href",
45 | "/user/dashboard",
46 | );
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/dashboard/dashboard-headers.spec.ts:43:52
|
Run Playwright tests - stage:
src/e2e/specs/purchase.spec.ts#L147
2) [firefox] › 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
TimeoutError: locator.waitFor: Timeout 5000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
145 |
146 | // confirm successful payment
> 147 | await dashboardPage.plusSubscription.waitFor({
| ^
148 | state: "attached",
149 | timeout: 5000,
150 | });
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:147:42
|
Run Playwright tests - stage:
src/e2e/pages/purchasePage.ts#L168
3) [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
TimeoutError: locator.waitFor: Timeout 10000ms exceeded.
Call log:
- waiting for getByRole('button', { name: 'Automatic data removal: On' })
at ../pages/purchasePage.ts:168
166 | await this.goToNextStep.click();
167 | // confirm successful payment
> 168 | await dashboardPage.plusSubscription.waitFor({
| ^
169 | state: "attached",
170 | timeout: 10000,
171 | });
at PurchasePage.postPaymentPageCheck (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:168:42)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:189:5
|
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:
[chromium] › purchase.spec.ts#L1
[chromium] › purchase.spec.ts took 3.5m
|
Run Playwright tests - stage:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 46.2s
|
Run Playwright tests - stage:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 44.8s
|
Run Playwright tests - stage:
[chromium] › landing/landing-content.spec.ts#L1
[chromium] › landing/landing-content.spec.ts took 30.5s
|
Run Playwright tests - stage:
[firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 27.0s
|
Run Playwright tests - stage
3 flaky
[chromium] › dashboard/dashboard-headers.spec.ts:33:3 › stage - Breaches Dashboard - Headers @smoke › Verify that the site header is displayed correctly for signed in users
[firefox] › 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
77 passed (18.0m)
|
Loading