All checks #1
Annotations
2 errors and 1 notice
Run Tests:
apps/web/playwright/fixtures/users.ts#L868
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:216:7 › Update Profile › Can add a new email as a secondary email
apiRequestContext.post: read ECONNRESET
=========================== logs ===========================
→ POST http://***:3000/api/auth/***lback/credentials
user-agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/111.0.5563.19 Safari/537.36
accept: */*
accept-encoding: gzip,deflate,br
content-type: application/json
content-length: 228
cookie: ***com-timezone-dialog=1; next-auth.csrf-token=b194ec9ff99d701ce1e46f990ce6e0ffcab53bcc4bd7086111b7a62288dfc1c3%7Cb1a93c3b4d1bd883861e314fa1ffbf558786021e2957c1901d94ba5ff768043c; next-auth.***lback-url=http%3A%2F%2F***%3A3000
← 408 Request Timeout
connection: close
============================================================
at apps/web/playwright/fixtures/users.ts:868
866 | csrfToken,
867 | };
> 868 | return page.context().request.post("/api/auth/***lback/credentials", {
| ^
869 | data,
870 | });
871 | }
at apiLogin (/home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/fixtures/users.ts:868:33)
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:223:5
|
Run Tests:
apps/web/playwright/profile.e2e.ts#L309
2) [@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
307 |
308 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 309 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
310 | });
311 |
312 | test("Can verify the newly added secondary email", async ({ page, users, prisma }) => {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:309:89
|
Run Tests
2 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:216:7 › Update Profile › Can add a new email as a secondary email
[@***com/web] › apps/web/playwright/profile.e2e.ts:302:7 › Update Profile › Newly added secondary email should show as Unverified
3 skipped
32 passed (1.3m)
|
The logs for this run have expired and are no longer available.
Loading