All checks #98
Annotations
10 errors and 1 notice
apps/web/playwright/organization/booking.e2e.ts#L526
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) {
525 | await page.goto(`${url}`);
> 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
527 | }
528 |
at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:65:7
|
apps/web/playwright/organization/booking.e2e.ts#L526
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) {
525 | await page.goto(`${url}`);
> 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
527 | }
528 |
at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:65:7
|
apps/web/playwright/organization/booking.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/organization/booking.e2e.ts#L526
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) {
525 | await page.goto(`${url}`);
> 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
527 | }
528 |
at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:110:7
|
apps/web/playwright/organization/booking.e2e.ts#L526
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) {
525 | await page.goto(`${url}`);
> 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
527 | }
528 |
at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:110:7
|
apps/web/playwright/organization/booking.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:83:9 › Bookings › Team Event › Can create a booking for Round Robin EventType
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/organization/booking.e2e.ts#L190
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
188 |
189 | // Shouldn't be servable on the non-org domain
> 190 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
191 |
192 | await doOnOrgDomain(
193 | {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:190:67
|
apps/web/playwright/organization/booking.e2e.ts#L190
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
188 |
189 | // Shouldn't be servable on the non-org domain
> 190 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
191 |
192 | await doOnOrgDomain(
193 | {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:190:67
|
apps/web/playwright/organization/booking.e2e.ts#L1
3) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Test was interrupted.
|
apps/web/playwright/organization/booking.e2e.ts#L526
4) [@***com/web] › apps/web/playwright/organization/booking.e2e.ts:319:9 › Bookings › Scenario with same username in and outside organization › Can create a booking for user with same username in and outside organization
Error: Timed out 30000ms waiting for expect(received).toBeVisible()
Call log:
- expect.toBeVisible with timeout 30000ms
- waiting for locator('text=404: This page could not be found.')
- waiting for locator('text=404: This page could not be found.')
524 | async function expectPageToBeNotFound({ page, url }: { page: Page; url: string }) {
525 | await page.goto(`${url}`);
> 526 | await expect(page.locator(`text=${NotFoundPageTextPages}`)).toBeVisible();
| ^
527 | }
528 |
at expectPageToBeNotFound (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:526:63)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/organization/booking.e2e.ts:359:7
|
5 failed
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:38:9 › Bookings › Team Event › Can create a booking for Collective EventType
[@***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/organization/booking.e2e.ts:174:9 › Bookings › User Event › Can create a booking
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:319:9 › Bookings › Scenario with same username in and outside organization › Can create a booking for user with same username in and outside organization
[@***com/web] › apps/web/playwright/organization/booking.e2e.ts:384:9 › Bookings › Inviting an existing user and then › create a booking on new link
1 flaky
[@***com/web] › apps/web/playwright/managed-event-types.e2e.ts:17:7 › Managed Event Types › Can create managed event type
6 skipped
30 passed (1.8m)
|
This job failed
Loading