All checks #71
Annotations
3 errors and 1 notice
apps/web/playwright/impersonation.e2e.ts#L32
1) [@***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/impersonation.e2e.ts#L32
1) [@***com/web] › apps/web/playwright/impersonation.e2e.ts:11:7 › Users can impersonate › App Admin can impersonate users with impersonation enabled
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
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/integrations-stripe.e2e.ts#L1
2) [@***com/web] › apps/web/playwright/integrations-stripe.e2e.ts:148:7 › Stripe integration skip true › Paid booking should be able to be rescheduled
Test timeout of 60000ms exceeded while tearing down "context".
|
2 flaky
[@***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
92 passed (4.5m)
|
This job succeeded
Loading