Monitor Cron e2e Tests #517
Annotations
2 errors, 6 warnings, and 1 notice
Run Playwright tests - stage:
src/e2e/pages/purchasePage.ts#L70
1) [firefox] › 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
Error: frame.fill: Frame was detached
Call log:
- waiting for locator('.InputElement[name=cardnumber]')
at ../pages/purchasePage.ts:70
68 | }
69 |
> 70 | await frame.fill(".InputElement[name=cardnumber]", "");
| ^
71 | await frame.fill(".InputElement[name=cardnumber]", "4242424242424242");
72 | await frame.fill(".InputElement[name=exp-date]", "555");
73 | await frame.fill(".InputElement[name=cvc]", "333");
at PurchasePage.fillOutStripeCardInfo (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:70:17)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:76:5
|
Run Playwright tests - stage:
src/e2e/pages/purchasePage.ts#L168
2) [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.4m
|
Run Playwright tests - stage:
[firefox] › dashboard/dashboard-breaches-scan.spec.ts#L1
[firefox] › dashboard/dashboard-breaches-scan.spec.ts took 44.1s
|
Run Playwright tests - stage:
[chromium] › dashboard/dashboard-breaches-scan.spec.ts#L1
[chromium] › dashboard/dashboard-breaches-scan.spec.ts took 42.9s
|
Run Playwright tests - stage:
[firefox] › landing/landing-content.spec.ts#L1
[firefox] › landing/landing-content.spec.ts took 26.5s
|
Run Playwright tests - stage:
[firefox] › landing/landing-new-account.spec.ts#L1
[firefox] › landing/landing-new-account.spec.ts took 26.0s
|
Run Playwright tests - stage
2 flaky
[firefox] › 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
78 passed (17.0m)
|
Loading