All checks #539
Annotations
8 errors and 1 notice
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Test timeout of 60000ms exceeded.
|
apps/web/playwright/event-types.e2e.ts#L367
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
locator.click: Target closed
=========================== logs ===========================
waiting for locator('text=Attendee Phone Number')
============================================================
365 | const locationOptionText = "Attendee Phone Number";
366 | await page.getByTestId("location-select").click();
> 367 | await page.locator(`text=${locationOptionText}`).click();
| ^
368 | };
369 |
370 | async function gotoFirstEventType(page: Page) {
at selectAttendeePhoneNumber (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:367:52)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/event-types.e2e.ts:179:9
|
apps/web/playwright/event-types.e2e.ts#L1
1) [@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
Pending operations:
- locator.click at apps/web/playwright/event-types.e2e.ts:367:52
|
apps/web/playwright/hash-my-url.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ─
Test timeout of 60000ms exceeded.
|
apps/web/playwright/hash-my-url.e2e.ts#L61
2) [@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ─
locator.waitFor: Target closed
=========================== logs ===========================
waiting for getByTestId('toast-success') to be visible
============================================================
59 | await page.locator("[data-testid=event-slug]").first().fill("somethingrandom");
60 | await page.locator("[data-testid=update-eventtype]").click();
> 61 | await page.getByTestId("toast-success").waitFor();
| ^
62 | await page.waitForLoadState("networkidle");
63 | await page.locator(".primary-navigation >> text=Advanced").click();
64 | const $url2 = await page.locator('//*[@data-testid="generated-hash-url"]').inputValue();
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/hash-my-url.e2e.ts:61:45
|
apps/web/playwright/hash-my-url.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ─
Pending operations:
- locator.waitFor at apps/web/playwright/hash-my-url.e2e.ts:61:45
|
apps/web/playwright/impersonation.e2e.ts#L32
3) [@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
navigated to "http://***:3000/auth/error?error=User%20identifier%20must%20be%20present"
navigated to "http://***:3000/auth/error?error=User%20identifier%20must%20be%20present"
navigated to "http://***:3000/auth/error?error=User%20identifier%20must%20be%20present"
============================================================
30 |
31 | // // Wait for sign in to complete
> 32 | await page.waitForURL("/event-types");
| ^
33 | await page.goto("/settings/profile");
34 |
35 | const stopImpersonatingButton = page.getByTestId("stop-impersonating-button");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/impersonation.e2e.ts:32:16
|
apps/web/playwright/fixtures/users.ts#L929
4) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/payment/*" until "load"
navigated to "http://***:3000/booking/4XpxB4yMUspPbDSq7NY8AK?isSuccessBookingPage=true&email=test%40example.com&eventTypeSlug=paid"
============================================================
at apps/web/playwright/fixtures/users.ts:929
927 | await page.fill('[name="email"]', "test@example.com");
928 |
> 929 | await Promise.all([page.waitForURL("/payment/*"), page.press('[name="email"]', "Enter")]);
| ^
930 |
931 | await makePaymentUsingStripe(page);
932 | }
at bookAndPayEvent (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:929:27)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/integrations-stripe.e2e.ts:156:5
|
4 flaky
[@***com/web] › apps/web/playwright/event-types.e2e.ts:177:11 › Event Types tests -- future › user › Different Locations Tests › can add Attendee Phone Number location and book with it
[@***com/web] › apps/web/playwright/hash-my-url.e2e.ts:17:7 › hash my url › generate url hash ──
[@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
[@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
9 skipped
90 passed (2.7m)
|
This job succeeded
Loading