All checks #24
Annotations
10 errors and 1 notice
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L404
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text=In Person (Organizer Address)').last()
============================================================
402 | await page.getByTestId("location-select").last().click();
403 | }
> 404 | await page.locator("text=In Person (Organizer Address)").last().click();
| ^
405 |
406 | const locationInputName = `locations[${index}].address`;
407 | await page.locator(`input[name="${locationInputName}"]`).waitFor();
at fillLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:404:67)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:138:7
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:404:67
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/fixtures/users.ts#L987
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false
Error: Timed out 30000ms waiting for expect(received).toBeChecked()
Call log:
- expect.toBeChecked with timeout 30000ms
- waiting for getByTestId('stripe-app-switch')
- waiting for getByTestId('stripe-app-switch')
at apps/web/playwright/fixtures/users.ts:987
985 | for (let index = 0; index < eventTypeIds.length; index++) {
986 | await page.goto(`event-types/${eventTypeIds[index]}?tabName=apps`);
> 987 | await expect(page.getByTestId(`stripe-app-switch`)).toBeChecked();
| ^
988 | await expect(page.getByTestId(`stripe-price-input`)).toHaveValue(`1${index}`);
989 | }
990 | };
at installStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:987:57)
at installStripePersonal (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:948:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:288:5
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false
Pending operations:
- page.goto at apps/web/playwright/fixtures/users.ts:986:16
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/fixtures/users.ts#L934
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
locator.fill: Target closed
=========================== logs ===========================
waiting for locator('.StripeElement').first().frameLocator('iframe').first().locator('[name="number"]')
============================================================
at apps/web/playwright/fixtures/users.ts:934
932 | const stripeElement = await page.locator(".StripeElement").first();
933 | const stripeFrame = stripeElement.frameLocator("iframe").first();
> 934 | await stripeFrame.locator('[name="number"]').fill("4242 4242 4242 4242");
| ^
935 | const now = new Date();
936 | await stripeFrame.locator('[name="expiry"]').fill(`${now.getMonth() + 1} / ${now.getFullYear() + 1}`);
937 | await stripeFrame.locator('[name="cvc"]').fill("111");
at makePaymentUsingStripe (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:934:48)
at bookAndPayEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:928:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:353:5
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
Pending operations:
- locator.fill at apps/web/playwright/fixtures/users.ts:934:48
|
Run Tests:
apps/web/playwright/integrations-stripe.e2e.ts#L376
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
expect.toBeVisible: Error: strict mode violation: getByText('Unconfirmed') resolved to 3 elements:
1) <div class="flex items-center gap-x-2"> Unconfirmed</div> aka getByTestId('horizontal-tab-unconfirmed')
2) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Mon, 3 Jun 9:00am - 9:30am Unconfirmed' })
3) <div class="font-medium inline-flex items-center just…>Unconfirmed</div> aka getByRole('link', { name: 'Paid between Nameless and Stripe Stripeson Pending payment You and Stripe Stripeson' })
=========================== logs ===========================
expect.toBeVisible with timeout 30000ms
waiting for getByText('Unconfirmed')
waiting for getByText('Unconfirmed')
============================================================
374 | await page.goto(`/bookings/upcoming`);
375 |
> 376 | await expect(page.getByText("Unconfirmed")).toBeVisible();
| ^
377 | await expect(page.getByText("Pending payment").last()).toBeVisible();
378 | });
379 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:376:49
|
Run Tests
4 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:280:7 › Stripe integration with the new app install flow skip flase › when enabling Stripe, credentialId is included skip false
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:346:7 › Stripe integration with the new app install flow skip flase › Can book a paid booking skip false
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:357:7 › Stripe integration with the new app install flow skip flase › Pending payment booking should not be confirmed by default skip false
5 skipped
66 passed (6.8m)
|
Loading