fix(ui): extract theme-flash inline script to /theme-flash.js for str… #39
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 (46.9s)
|
Artifacts
Produced during runtime
| Name | Size | Digest | |
|---|---|---|---|
|
playwright-report
Expired
|
1.31 MB |
sha256:0338fbe33c1798e03cfb87d788dea2ee68dada9428e4558ad19b422be599e81d
|
|
|
playwright-traces
Expired
|
742 KB |
sha256:284c9a3c8bf9fa76c889924f314873d31df391a42435565a7f918d73efb34722
|
|