build(deps): bump vite from 5.2.8 to 5.4.9 #355
Annotations
3 errors, 7 warnings, and 1 notice
Run Playwright tests
Testing stopped early after 1 maximum allowed failures.
|
Run Playwright tests:
e2e/admin.spec.ts#L13
1) [webkit] βΊ admin.spec.ts:8:7 βΊ Admin access βΊ Redirect to Admin (/admin) ββββββββββββββββββββββ
Error: Timed out 5000ms waiting for expect(locator).toBeVisible()
Locator: getByTestId('admin-layout')
Expected: visible
Received: <element(s) not found>
Call log:
- expect.toBeVisible with timeout 5000ms
- waiting for getByTestId('admin-layout')
11 | await utils.loginAdmin({ email: ADMIN_EMAIL });
12 |
> 13 | await expect(page.getByTestId('admin-layout')).toBeVisible();
| ^
14 | });
15 | });
16 |
at /home/runner/work/start-ui-web/start-ui-web/e2e/admin.spec.ts:13:52
|
Run Playwright tests
Process completed with exit code 1.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/cache@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 following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-node@v3, actions/cache@v2, actions/upload-artifact@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run actions/upload-artifact@v3
No files were found with the provided path: playwright-report/. No artifacts will be uploaded.
|
Run Playwright tests:
[chromium] βΊ admin.spec.ts#L1
[chromium] βΊ admin.spec.ts took 20.6s
|
Run Playwright tests:
[chromium] βΊ register.spec.ts#L1
[chromium] βΊ register.spec.ts took 16.9s
|
Run Playwright tests:
[firefox] βΊ login.spec.ts#L1
[firefox] βΊ login.spec.ts took 16.5s
|
Run Playwright tests:
[chromium] βΊ login.spec.ts#L1
[chromium] βΊ login.spec.ts took 15.0s
|
Run Playwright tests
1 failed
[webkit] βΊ admin.spec.ts:8:7 βΊ Admin access βΊ Redirect to Admin (/admin) βββββββββββββββββββββββ
9 did not run
20 passed (2.3m)
|
Loading