deps(deps): bump chai from 5.2.1 to 5.3.1 #177
Annotations
4 errors and 1 notice
e2e
Process completed with exit code 1.
|
[chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly:
e2e/app.spec.ts#L77
1) [chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly ──────────────────────
Retry #2 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(page).toHaveURL(expected)
Expected pattern: /accounts\.google\.com/
Received string: "http://localhost:3000/auth/google"
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:3000/auth/google"
75 |
76 | // Verify that the user is redirected to the Google login page
> 77 | await expect(page).toHaveURL(/accounts\.google\.com/);
| ^
78 | });
79 |
at /home/runner/work/mlack/mlack/e2e/app.spec.ts:77:22
|
[chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly:
e2e/app.spec.ts#L77
1) [chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly ──────────────────────
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(page).toHaveURL(expected)
Expected pattern: /accounts\.google\.com/
Received string: "http://localhost:3000/auth/google"
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:3000/auth/google"
75 |
76 | // Verify that the user is redirected to the Google login page
> 77 | await expect(page).toHaveURL(/accounts\.google\.com/);
| ^
78 | });
79 |
at /home/runner/work/mlack/mlack/e2e/app.spec.ts:77:22
|
[chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly:
e2e/app.spec.ts#L77
1) [chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly ──────────────────────
Error: Timed out 5000ms waiting for expect(page).toHaveURL(expected)
Expected pattern: /accounts\.google\.com/
Received string: "http://localhost:3000/auth/google"
Call log:
- Expect "toHaveURL" with timeout 5000ms
9 × unexpected value "http://localhost:3000/auth/google"
75 |
76 | // Verify that the user is redirected to the Google login page
> 77 | await expect(page).toHaveURL(/accounts\.google\.com/);
| ^
78 | });
79 |
at /home/runner/work/mlack/mlack/e2e/app.spec.ts:77:22
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/app.spec.ts:67:1 › Logout functionality works correctly ───────────────────────
4 passed (20.9s)
|
Artifacts
Produced during runtime
Name | Size | Digest | |
---|---|---|---|
playwright-report
|
186 KB |
sha256:fb8cf8030ff4d44fe92dd6d249df8d48e19269132664b0f831e298ddfea915c9
|
|