All checks #482
Annotations
1 error and 1 notice
apps/web/playwright/fixtures/users.ts#L929
1) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:203:9 › Stripe integration skip true › When event is paid and confirmed › Payment should confirm pending payment booking
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/payment/*" until "load"
navigated to "http://***:3000/booking/n3hhSiu5X4dXRTnc1V9w71?isSuccessBookingPage=true&email=test%40example.com&eventTypeSlug=paid"
navigated to "http://***:3000/booking/n3hhSiu5X4dXRTnc1V9w71?isSuccessBookingPage=true&email=test%40example.com&eventTypeSlug=paid&date=2024-07-01"
============================================================
at apps/web/playwright/fixtures/users.ts:929
927 | await page.fill('[name="email"]', "test@example.com");
928 |
> 929 | await Promise.all([page.waitForURL("/payment/*"), page.press('[name="email"]', "Enter")]);
| ^
930 |
931 | await makePaymentUsingStripe(page);
932 | }
at bookAndPayEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:929:27)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:199:7
|
|
The logs for this run have expired and are no longer available.
Loading