chore(deps): update dependency @vitejs/plugin-vue to v4.4.0 #3207
Annotations
1 error, 1 warning, and 1 notice
tests/login.spec.ts#L14
1) [chromium] › login.spec.ts:3:5 › login test ───────────────────────────────────────────────────
Error: Timed out 5000ms waiting for expect(received).toHaveURL(expected)
Expected string: "http://localhost:5173/app/home"
Received string: "http://localhost:5173/login"
Call log:
- expect.toHaveURL with timeout 5000ms
- waiting for locator(':root')
- locator resolved to <html lang="en" class=" " data-theme="capgotheme">…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class=" " data-theme="capgotheme">…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class=" " data-theme="capgotheme">…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class="nprogress-busy" data-theme="cap…>…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class="nprogress-busy" data-theme="cap…>…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class="nprogress-busy" data-theme="cap…>…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" data-theme="capgotheme">…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" data-theme="capgotheme">…</html>
- unexpected value "http://localhost:5173/login"
- locator resolved to <html lang="en" class="nprogress-busy" data-theme="cap…>…</html>
- unexpected value "http://localhost:5173/login"
12 |
13 | // Expect the URL to change to the logged in dashboard
> 14 | await expect(page).toHaveURL("http://localhost:5173/app/home");
| ^
15 | });
16 |
at /home/runner/work/capgo/capgo/tests/login.spec.ts:14:22
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@v2, actions/upload-artifact@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
|
The logs for this run have expired and are no longer available.
Loading