All checks #462
Annotations
10 errors and 1 notice
apps/web/playwright/dynamic-booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/dynamic-booking-pages.e2e.ts#L54
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="cancel"]')
============================================================
52 | await test.step("Can cancel the recently created booking", async () => {
53 | await page.goto("/bookings/upcoming");
> 54 | await page.locator('[data-testid="cancel"]').click();
| ^
55 | await page.waitForURL((url) => {
56 | return url.pathname.startsWith("/booking");
57 | });
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:54:50
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:52:3
|
apps/web/playwright/dynamic-booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Pending operations:
- expect.toBeVisible at apps/web/playwright/dynamic-booking-pages.e2e.ts:49:62
|
apps/web/playwright/dynamic-booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/lib/testUtils.ts#L111
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[data-testid="day"][data-disabled="false"]').nth(1)
============================================================
at apps/web/playwright/lib/testUtils.ts:111
109 | await page.click('[data-testid="incrementMonth"]');
110 |
> 111 | await page.locator('[data-testid="day"][data-disabled="false"]').nth(1).click();
| ^
112 |
113 | await page.locator('[data-testid="time"]').nth(0).click();
114 | }
at selectSecondAvailableTimeSlotNextMonth (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:111:75)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:42:5
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/dynamic-booking-pages.e2e.ts:33:3
|
apps/web/playwright/dynamic-booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- page.click at apps/web/playwright/lib/testUtils.ts:109:14
|
apps/web/playwright/dynamic-booking-pages.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ───────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/event-types.e2e.ts#L132
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation until "load"
navigated to "http://***:3000/event-types/1229?tabName=setup"
============================================================
130 | const firstEventTypeElement = $eventTypes.first();
131 | await firstEventTypeElement.click();
> 132 | await page.waitForURL((url) => {
| ^
133 | return !!url.pathname.match(/\/event-types\/.+/);
134 | });
135 |
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:132:18
|
apps/web/playwright/event-types.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L158
2) [@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "http://***:3000/user-10-1719411604249/30-min", waiting until "load"
============================================================
156 | * Verify first organizer address
157 | */
> 158 | await page.goto(previewLink ?? "");
| ^
159 | await selectFirstAvailableTimeSlotNextMonth(page);
160 | await page.locator(`span:has-text("${locationData[0]}")`).click();
161 | await bookTimeSlot(page);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:158:18
|
5 failed
[@***com/web] › apps/web/playwright/dynamic-booking-pages.e2e.ts:15:5 › dynamic booking ────────
[@***com/web] › apps/web/playwright/event-types.e2e.ts:128:9 › Event Types tests -- future › user › can add multiple organizer address
[@***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/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:210:11 › Event Types tests -- future › user › Different Locations Tests › Can add Cal video location and book with it
3 interrupted
[@***com/web] › apps/web/playwright/event-types.e2e.ts:227:11 › Event Types tests -- future › user › Different Locations Tests › Can add Link Meeting as location and book with it
[@***com/web] › apps/web/playwright/event-types.e2e.ts:280:11 › Event Types tests -- future › user › Different Locations Tests › can add single organizer address location without display location public option
[@***com/web] › apps/web/playwright/event-types.e2e.ts:309:11 › Event Types tests -- future › user › Different Locations Tests › can select 'display on booking page' option when multiple organizer input type are present
3 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:48:9 › Event Types tests -- future › user › can add new event type
[@***com/web] › apps/web/playwright/event-types.e2e.ts:56:9 › Event Types tests -- future › user › enabling recurring event comes with default options
[@***com/web] › apps/web/playwright/event-types.e2e.ts:116:9 › Event Types tests -- future › user › edit first event
76 skipped
16 passed (3.1m)
|
The logs for this run have expired and are no longer available.
Loading