All checks #41
Annotations
1 error and 1 notice
Run Tests:
apps/web/playwright/profile.e2e.ts#L318
1) [@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
Error: expect(received).toEqual(expected) // deep equality
Expected: true
Received: false
316 |
317 | expect(await page.getByTestId("profile-form-email-1-primary-badge").isVisible()).toEqual(false);
> 318 | expect(await page.getByTestId("profile-form-email-1-unverified-badge").isVisible()).toEqual(true);
| ^
319 | // Instead of dealing with emails in e2e lets just get the token and navigate to it
320 | const verificationToken = await prisma.verificationToken.findFirst({
321 | where: {
at /home/runner/actions-runner/_work/***.com/***.com/apps/web/playwright/profile.e2e.ts:318:89
|
Run Tests
1 flaky
[@***com/web] › apps/web/playwright/profile.e2e.ts:314:7 › Update Profile › Can verify the newly added secondary email
5 skipped
31 passed (1.2m)
|
The logs for this run have expired and are no longer available.
Loading