chore(deps): bump markdown-it from 14.1.1 to 14.2.0 in /ui #43
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 (45.5s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
1.31 MB |
sha256:5063c4538b75beb12a95464da29c948cd3d8468f3a2e27ef48a8cf389f1a6562
|
|
|
playwright-traces
Expired
|
736 KB |
sha256:53df53433434634f4ea4a6df86cdbae0546751cef6376ede52cc8b9ab1de889c
|
|