All checks #7
Annotations
3 errors and 1 notice
Run Tests:
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.
|
Run Tests:
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"')
locator resolved to <span class="text-sm font-medium">Organizer Phone Number</span>
attempting click action
waiting for element to be visible, enabled and stable
element was detached from the DOM, retrying
============================================================
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
|
Run Tests:
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
|
Run Tests
1 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
4 skipped
60 passed (2.7m)
|
Loading