All checks #478
Annotations
8 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L195
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text="Organizer Phone Number"')
============================================================
193 |
194 | await page.getByTestId("location-select").click();
> 195 | await page.locator(`text="Organizer Phone Number"`).click();
| ^
196 | const locationInputName = "locations[0].hostPhoneNumber";
197 | await page.locator(`input[name="${locationInputName}"]`).waitFor();
198 | await page.locator(`input[name="${locationInputName}"]`).fill("9199999999");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:195:61
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:195:61
|
apps/web/playwright/integrations-stripe.e2e.ts#L144
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default
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, 1 Jul 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')
============================================================
142 | await page.goto(`/bookings/upcoming`);
143 |
> 144 | await expect(page.getByText("Unconfirmed")).toBeVisible();
| ^
145 | await expect(page.getByText("Pending payment").last()).toBeVisible();
146 | });
147 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:144:49
|
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Test timeout of 60000ms exceeded.
|
apps/web/playwright/integrations-stripe.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Pending operations:
- locator.fill at apps/web/playwright/fixtures/users.ts:937:48
|
apps/web/playwright/login.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
Test timeout of 60000ms exceeded.
|
apps/web/playwright/fixtures/users.ts#L885
4) [@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
page.waitForResponse: Page closed
=========================== logs ===========================
waiting for response /\/api\/auth\/***lback\/credentials/
============================================================
at apps/web/playwright/fixtures/users.ts:885
883 |
884 | // waiting for specific login request to resolve
> 885 | await page.waitForResponse(/\/api\/auth\/***lback\/credentials/);
| ^
886 | }
887 |
888 | export async function apiLogin(
at login (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:885:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/login.e2e.ts:67:7
|
4 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:191:11 › Event Types tests -- future › user › Different Locations Tests › Can add Organzer Phone Number location and book with it
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:124:7 › Stripe integration skip true › Pending payment booking should not be confirmed by default
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
[@***com/web] › apps/web/playwright/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
9 skipped
90 passed (5.0m)
|
This job succeeded
Loading