feat: Add app store entry for Clic (CheckIn application) #21572
Annotations
6 errors, 1 warning, 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"')
============================================================
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:
apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L394
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text="Cal Video (Global)"')
============================================================
392 | // When adding another location, the dropdown opens automati***ly. So, we don't need to open it here.
393 | //
> 394 | await page.locator(`text="${locationOptionText}"`).click();
| ^
395 | }
396 |
397 | const fillLocation = async (page: Page, inputText: string, index: number, selectDisplayLocation = true) => {
at addAnotherLocation (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:394:54)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:257:9
|
Run Tests:
apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:394:54
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Tests
2 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/event-types.e2e.ts:250:11 › Event Types tests -- legacy › user › Different Locations Tests › Can remove location from multiple locations that are saved
1 skipped
54 passed (3.0m)
|
Loading