chore(deps-dev): bump vite from 8.0.10 to 8.1.3 in /ui #46
Annotations
3 errors and 1 notice
|
e2e (chromium)
Process completed with exit code 1.
|
|
[chromium] › e2e/upload.spec.ts:66:3 › upload happy-path › user can open the upload modal:
ui/e2e/upload.spec.ts#L88
1) [chromium] › e2e/upload.spec.ts:66:3 › upload happy-path › user can open the upload modal, pick a file, and see the modal close on success
Retry #1 ───────────────────────────────────────────────────────────────────────────────────────
Error: expect(locator).toBeHidden() failed
Locator: getByRole('heading', { name: /upload documents/i })
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for getByRole('heading', { name: /upload documents/i })
9 × locator resolved to <h2 id="radix-_r_d_" data-slot="dialog-title" class="text-lg leading-none font-semibold">Upload documents</h2>
- unexpected value "visible"
86 | await expect(
87 | page.getByRole("heading", { name: /upload documents/i }),
> 88 | ).toBeHidden({ timeout: 5_000 });
| ^
89 | });
90 | });
91 |
at /home/runner/work/docsiq/docsiq/ui/e2e/upload.spec.ts:88:7
|
|
[chromium] › e2e/upload.spec.ts:66:3 › upload happy-path › user can open the upload modal:
ui/e2e/upload.spec.ts#L88
1) [chromium] › e2e/upload.spec.ts:66:3 › upload happy-path › user can open the upload modal, pick a file, and see the modal close on success
Error: expect(locator).toBeHidden() failed
Locator: getByRole('heading', { name: /upload documents/i })
Expected: hidden
Received: visible
Timeout: 5000ms
Call log:
- Expect "toBeHidden" with timeout 5000ms
- waiting for getByRole('heading', { name: /upload documents/i })
9 × locator resolved to <h2 id="radix-_r_d_" data-slot="dialog-title" class="text-lg leading-none font-semibold">Upload documents</h2>
- unexpected value "visible"
86 | await expect(
87 | page.getByRole("heading", { name: /upload documents/i }),
> 88 | ).toBeHidden({ timeout: 5_000 });
| ^
89 | });
90 | });
91 |
at /home/runner/work/docsiq/docsiq/ui/e2e/upload.spec.ts:88:7
|
|
🎭 Playwright Run Summary
1 failed
[chromium] › e2e/upload.spec.ts:66:3 › upload happy-path › user can open the upload modal, pick a file, and see the modal close on success
30 passed (51.2s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
1.38 MB |
sha256:77d14f2f18a8f89338e38c99ceb238075216164e535d01f7a5f92c998bafec69
|
|
|
playwright-traces
Expired
|
806 KB |
sha256:0ebd220c4afbd4000f3bcc85215ed34804819decde70bcabe551a07e2cba37f0
|
|