All checks #577
Annotations
4 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/organization/booking.e2e.ts#L511
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: expect(received).toBe(expected) // Object.is equality
Expected: true
Received: false
509 | return BookingTitle === bookingTitle;
510 | })
> 511 | ).toBe(true);
| ^
512 | } else {
513 | const BookingTitle = `${event.title} between ${team.name} and ${testName}`;
514 | await expect(page.getByTestId("booking-title")).toHaveText(BookingTitle);
at bookTeamEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:511:7)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:117: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:111:7
|
2 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/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
6 skipped
34 passed (3.2m)
|
This job succeeded
Loading