All checks #404
Annotations
7 errors and 1 notice
apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
Test timeout of 180000ms exceeded.
|
apps/web/playwright/manage-booking-questions.e2e.ts#L515
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
locator.click: Target closed
=========================== logs ===========================
waiting for locator('[id=test-field-type]').first()
============================================================
513 | }) {
514 | const locatorForSelect = page.locator(selector.selector).nth(selector.nth);
> 515 | await locatorForSelect.click();
| ^
516 | await locatorForSelect.locator(`text="${optionText}"`).click();
517 | }
518 |
at selectOption (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:515:26)
at addQuestionAndSave (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:535:11)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:283:5
at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:282:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:47:7
|
apps/web/playwright/manage-booking-questions.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
Pending operations:
- locator.click at apps/web/playwright/manage-booking-questions.e2e.ts:515:26
|
apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***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.
|
apps/web/playwright/managed-event-types.e2e.ts#L154
2) [@***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"
============================================================
152 |
153 | await page.getByTestId("event-types").locator('a[title="managed"]').click();
> 154 | await page.waitForURL("event-types/**");
| ^
155 |
156 | await expect(page.locator('input[name="title"]')).toBeEditable();
157 | await page.waitForLoadState("networkidle");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:154:18
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:149:5
|
apps/web/playwright/managed-event-types.e2e.ts#L1
2) [@***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:153:75
|
apps/web/playwright/organization/booking.e2e.ts#L465
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:380:9 › Bookings › Inviting an existing user and then › create a booking on new link
page.goto: net::ERR_ABORTED at http://***:3000/john-7-1718993521190-example/30-min
=========================== logs ===========================
navigating to "http://***:3000/john-7-1718993521190-example/30-min", waiting until "load"
============================================================
463 | event: { slug: string; title: string };
464 | }) {
> 465 | await page.goto(`/${user.username}/${event.slug}`);
| ^
466 |
467 | await selectFirstAvailableTimeSlotNextMonth(page);
468 | await bookTimeSlot(page);
at bookUserEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:465:14)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:427:19
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:421:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:420:7
|
3 flaky
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:29:9 › Manage Booking Questions › For User EventType › Do a booking with a Address type question and verify a few thing in b/w
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:380:9 › Bookings › Inviting an existing user and then › create a booking on new link
6 skipped
33 passed (3.3m)
|
The logs for this run have expired and are no longer available.
Loading