Monitor Cron e2e Tests #329
Annotations
3 errors, 4 warnings, and 1 notice
src/e2e/pages/purchasePage.ts#L70
1) [chromium] › purchase.spec.ts:42: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:74:5
|
src/e2e/specs/purchase.spec.ts#L1
2) [firefox] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Test timeout of 180000ms exceeded.
|
src/e2e/specs/purchase.spec.ts#L76
2) [firefox] › purchase.spec.ts:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
Error: locator.waitFor: Test timeout of 180000ms exceeded.
Call log:
- waiting for getByText('Subscription confirmation') to be visible
74 | await purchasePage.fillOutStripeCardInfo();
75 | await purchasePage.payNowButton.click({ force: true });
> 76 | await page.getByText("Subscription confirmation").waitFor();
| ^
77 | // navigate to confirmation
78 | await purchasePage.getStartedButton.click();
79 | await purchasePage.goToNextStep.waitFor();
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:76:55
|
[firefox] › landing.spec.ts#L1
[firefox] › landing.spec.ts took 1.2m
|
[chromium] › landing.spec.ts#L1
[chromium] › landing.spec.ts took 1.1m
|
[firefox] › auth.spec.ts#L1
[firefox] › auth.spec.ts took 21.2s
|
[chromium] › auth.spec.ts#L1
[chromium] › auth.spec.ts took 18.7s
|
2 flaky
[chromium] › purchase.spec.ts:42: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:42:3 › stage - Breach Scan, Monitor Plus Purchase Flow › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
6 skipped
76 passed (29.0m)
|
This job succeeded
Loading