fix(RV-428): Fix change upload flow to reflect UI #268
frontend-tests.yaml
on: pull_request
vitests
21s
playwright-tests
1m 32s
Annotations
2 errors and 2 warnings
src/pages/UploadTemplate.test.tsx > UploadTemplate component > matches the snapshot:
frontend/src/pages/UploadTemplate.test.tsx#L9
Error: Snapshot `UploadTemplate component > matches the snapshot 1` mismatched
- Expected
+ Received
@@ -196,10 +196,11 @@
<div
class="usa-file-input__box"
data-testid="file-input-box"
/>
<input
+ accept=".pdf"
class="usa-file-input__input"
data-testid="file-input-input"
id="file-input-:r0:"
name="file-input-single"
type="file"
❯ src/pages/UploadTemplate.test.tsx:9:26
|
vitests
Process completed with exit code 1.
|
vitests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|
playwright-tests
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
|