Monitor Cron e2e Tests #146
Annotations
1 error and 1 notice
Run Playwright tests - stage:
src/e2e/pages/purchasePage.ts#L61
1) [chromium] › purchase.spec.ts:60:3 › stage - Monitor Plus Purchase Flow Yearly › 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:61
59 | }
60 |
> 61 | await frame.fill(".InputElement[name=cardnumber]", "");
| ^
62 | await frame.fill(".InputElement[name=cardnumber]", "4242424242424242");
63 | await frame.fill(".InputElement[name=exp-date]", "555");
64 | await frame.fill(".InputElement[name=cvc]", "333");
at PurchasePage.fillOutStripeCardInfo (/home/runner/work/blurts-server/blurts-server/src/e2e/pages/purchasePage.ts:61:17)
at /home/runner/work/blurts-server/blurts-server/src/e2e/specs/purchase.spec.ts:93:5
|
Run Playwright tests - stage
1 flaky
[chromium] › purchase.spec.ts:60:3 › stage - Monitor Plus Purchase Flow Yearly › Verify that the user can purchase the plus subscription with a Stripe card - Yearly
4 skipped
51 passed (11.1m)
|
The logs for this run have expired and are no longer available.
Loading