feat: organizations teams endpoints apiv2 #24511
Annotations
10 errors and 1 notice
apps/web/playwright/manage-booking-questions.e2e.ts#L351
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
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
349 | await formBuilderFieldLocator.locator('[name="how-are-you"]').fill("I am great!");
350 | await bookTimeSlot({ page, name: "Booker", email: "booker@example.com" });
> 351 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
352 |
353 | expect(
354 | await page.locator('[data-testid="field-response"][data-fob-field="how-are-you"]').innerText()
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:351:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:339:14
at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:338:5)
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
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/manage-booking-questions.e2e.ts#L130
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
128 | email: "booker@example.com",
129 | });
> 130 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
131 | expect(await page.locator('[data-testid="attendee-name-John Doe"]').nth(0).textContent()).toBe(
132 | "John Doe"
133 | );
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:130:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:123:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:122:7
|
apps/web/playwright/manage-booking-questions.e2e.ts#L130
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
128 | email: "booker@example.com",
129 | });
> 130 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
131 | expect(await page.locator('[data-testid="attendee-name-John Doe"]').nth(0).textContent()).toBe(
132 | "John Doe"
133 | );
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:130:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:123:9
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:122:7
|
apps/web/playwright/manage-booking-questions.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/manage-booking-questions.e2e.ts#L351
3) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('[data-testid=success-page]')
- waiting for locator('[data-testid=success-page]')
349 | await formBuilderFieldLocator.locator('[name="how-are-you"]').fill("I am great!");
350 | await bookTimeSlot({ page, name: "Booker", email: "booker@example.com" });
> 351 | await expect(page.locator("[data-testid=success-page]")).toBeVisible();
| ^
352 |
353 | expect(
354 | await page.locator('[data-testid="field-response"][data-fob-field="how-are-you"]').innerText()
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:351:68
at doOnFreshPreview (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:581:3)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:339:14
at runTestStepsCommonForTeamAndUserEventType (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:338:5)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/manage-booking-questions.e2e.ts:260:7
|
apps/web/playwright/manage-booking-questions.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added question and verify a few thing in b/w
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@***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#L106
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for getByTestId('success-page')
- waiting for getByTestId('success-page')
104 | await bookTimeSlot(page);
105 |
> 106 | await expect(page.getByTestId("success-page")).toBeVisible();
| ^
107 | });
108 |
109 | await test.step("Managed event type has locked fields for added member", async () => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:106:54
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/managed-event-types.e2e.ts:91:5
|
apps/web/playwright/managed-event-types.e2e.ts#L1
4) [@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
Pending operations:
- expect.toBeVisible at apps/web/playwright/managed-event-types.e2e.ts:106:54
|
8 failed
[@***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/manage-booking-questions.e2e.ts:95:9 › Manage Booking Questions › For User EventType › Split 'Full name' into 'First name' and 'Last name'
[@***com/web] › apps/web/playwright/manage-booking-questions.e2e.ts:229:9 › Manage Booking Questions › For Team EventType › Do a booking with a user added 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:37:9 › Bookings › Team Event › Can create a booking for Collective EventType
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:82:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:173:9 › Bookings › User Event › Can create a booking
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:200:11 › Bookings › User Event › User Event with same slug as another user's › booking is created for first user when first user is booked
22 skipped
12 passed (1.7m)
|
This job failed
Loading