fix: 500 on forbidden showing up in logs #21113
Annotations
2 errors, 1 warning, and 1 notice
Run Tests:
apps/web/playwright/profile.e2e.ts#L148
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled)
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
navigated to "http://***:3000/auth/login"
============================================================
146 |
147 | // After email verification is successfull. user is sent to /event-types
> 148 | await page.waitForURL("/event-types");
| ^
149 |
150 | await page.goto("/settings/my-account/profile");
151 | const emailInputUpdated = await page.getByTestId("profile-form-email-0");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
|
Run Tests:
apps/web/playwright/profile.e2e.ts#L148
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled)
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
page.waitForURL: Timeout 30000ms exceeded.
=========================== logs ===========================
waiting for navigation to "/event-types" until "load"
navigated to "http://***:3000/auth/login"
============================================================
146 |
147 | // After email verification is successfull. user is sent to /event-types
> 148 | await page.waitForURL("/event-types");
| ^
149 |
150 | await page.goto("/settings/my-account/profile");
151 | const emailInputUpdated = await page.getByTestId("profile-form-email-0");
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:148:16
|
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, buildjet/setup-node@v3, buildjet/cache@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:102:7 › Update Profile › Can update a users email (verification enabled)
8 skipped
46 passed (3.4m)
|
Loading