All checks #575
Annotations
6 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L367
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text=Attendee Phone Number')
locator resolved to <span class="text-sm font-medium">Attendee Phone Number</span>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
365 | const locationOptionText = "Attendee Phone Number";
366 | await page.getByTestId("location-select").click();
> 367 | await page.locator(`text=${locationOptionText}`).click();
| ^
368 | };
369 |
370 | async function gotoFirstEventType(page: Page) {
at selectAttendeePhoneNumber (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:367:52)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:179:9
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:367:52
|
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 09:00 - 09:30 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 and Stripe Stripeson' })
=========================== logs ===========================
expect.toBeVisible with timeout 30000ms
waiting for getByText('Unconfirmed')
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/login.e2e.ts#L1
3) [@***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
3) [@***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
|
3 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee 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/login.e2e.ts:62:9 › Login and logout tests -- future › Login flow validations -- future › Should warn when user does not exist
9 skipped
91 passed (3.7m)
|
This job succeeded
Loading