All checks #23
Annotations
10 errors and 1 notice
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L166
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
page.waitForURL: Navigation failed because page was closed!
=========================== logs ===========================
waiting for navigation to "event-types/**" until "load"
navigated to "http://***:3000/auth/login"
============================================================
164 |
165 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
> 166 | await page.waitForURL("event-types/**");
| ^
167 |
168 | await expect(page.locator('input[name="title"]')).toBeEditable();
169 | await page.locator('input[name="title"]').fill(`Managed Event Title`);
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:166:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:161:5
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Pending operations:
- locator.click at apps/web/playwright/managed-event-types.e2e.ts:165:75
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L126
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.goto: Navigation failed because page was closed!
=========================== logs ===========================
navigating to "http://***:3000/event-types", waiting until "load"
============================================================
124 | await test.step("Managed event type provides discrete field lock/unlock state for admin", async () => {
125 | await adminUser.apiLogin();
> 126 | await page.goto("/event-types");
| ^
127 |
128 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
129 | await page.waitForURL("event-types/**");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:126:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:124:5
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- expect.not.toBeEditable at apps/web/playwright/managed-event-types.e2e.ts:117:61
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test timeout of 60000ms exceeded.
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L172
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
locator.waitFor: Target closed
=========================== logs ===========================
waiting for getByTestId('toast-success') to be visible
============================================================
170 | // Save changes
171 | await page.locator('[type="submit"]').click();
> 172 | await page.getByTestId("toast-success").waitFor();
| ^
173 | await page.waitForLoadState("networkidle");
174 |
175 | await page.goto("/auth/logout");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:172:47
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:161:5
|
Run Tests:
apps/web/playwright/managed-event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Pending operations:
- expect.toBeEditable at apps/web/playwright/managed-event-types.e2e.ts:168:57
|
Run Tests:
apps/web/playwright/organization/booking.e2e.ts#L515
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
513 | return BookingTitle === bookingTitle;
514 | })
> 515 | ).toBe(true);
| ^
516 | } else {
517 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
518 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:515:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:118:11
at doOnOrgDomain (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/lib/testUtils.ts:365:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:112:7
|
Run Tests
1 failed
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
2 flaky
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/webhook.e2e.ts:169:7 › BOOKING_REJECTED › can book an event that requires confirmation and then that booking can be rejected by organizer
23 skipped
108 passed (4.2m)
|
The logs for this run have expired and are no longer available.
Loading