All checks #455
Annotations
5 errors and 1 notice
apps/web/playwright/availability.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:140:7 › Availablity › Can manage single schedule
Test timeout of 60000ms exceeded.
|
apps/web/playwright/availability.e2e.ts#L163
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:140:7 › Availablity › Can manage single schedule
locator.click: Target closed
=========================== logs ===========================
waiting for locator('div').filter({ hasText: 'Sunday9:00am - 5:00pm' }).getByTestId('add-time-availability').first()
============================================================
161 | .getByTestId("add-time-availability")
162 | .first()
> 163 | .click();
| ^
164 | await expect(page.locator("div").filter({ hasText: "6:00pm" }).nth(1)).toBeVisible();
165 | await page.getByRole("button", { name: save }).click();
166 | await expect(page.getByText("Sun - Tue, Thu - Sat, 9:00 AM - 5:00 PM")).toBeVisible();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/availability.e2e.ts:163:8
|
apps/web/playwright/availability.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/availability.e2e.ts:140:7 › Availablity › Can manage single schedule
Pending operations:
- locator.click at apps/web/playwright/availability.e2e.ts:163:8
|
apps/web/playwright/booking-pages.e2e.ts#L51
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`);
50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all();
> 51 | expect(avatarLocators.length).toBe(1);
| ^
52 |
53 | for (const avatarLocator of avatarLocators) {
54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
|
apps/web/playwright/booking-pages.e2e.ts#L51
2) [@***com/web] › apps/web/playwright/booking-pages.e2e.ts:27:5 › check SSR and OG - User Event Type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(received).toBe(expected) // Object.is equality
Expected: 1
Received: 0
49 | expect(ogUrl).toEqual(`${WEBAPP_URL}/${user.username}/30-min`);
50 | const avatarLocators = await page.locator('[data-testid="avatar-href"]').all();
> 51 | expect(avatarLocators.length).toBe(1);
| ^
52 |
53 | for (const avatarLocator of avatarLocators) {
54 | expect(await avatarLocator.getAttribute("href")).toEqual(`${WEBAPP_URL}/${user.username}?redirect=false`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/booking-pages.e2e.ts:51:33
|
|
The logs for this run have expired and are no longer available.
Loading