♻️ Upgrade to next-auth v5 #3680
ci.yml
on: pull_request
Type check
1m 57s
Sherif
8s
Linting
1m 55s
Unit tests
1m 36s
Integration tests
5m 6s
Annotations
3 errors and 1 notice
Integration tests
@rallly/web#test:integration: command (/home/runner/work/rallly/rallly/apps/web) /tmp/yarn--1738905323570-0.6196092951005261/yarn run test:integration exited (1)
|
[chromium] › authentication.spec.ts:95:9 › existing user › shows error for invalid verification code:
tests/authentication.spec.ts#L108
1) [chromium] › authentication.spec.ts:95:9 › existing user › shows error for invalid verification code
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByText('Your verification code is incorrect or has expired')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByText('Your verification code is incorrect or has expired')
106 | await expect(
107 | page.getByText("Your verification code is incorrect or has expired"),
> 108 | ).toBeVisible();
| ^
109 | });
110 |
111 | test("can login with verification code", async ({ page }) => {
at /home/runner/work/rallly/rallly/apps/web/tests/authentication.spec.ts:108:9
|
Integration tests
Process completed with exit code 1.
|
🎭 Playwright Run Summary
1 failed
[chromium] › authentication.spec.ts:95:9 › existing user › shows error for invalid verification code
1 skipped
2 did not run
21 passed (40.2s)
|
Artifacts
Produced during runtime
Name | Size | |
---|---|---|
playwright-report
|
1.25 MB |
|