Skip to content

refactor: use NL Design System form components #24

refactor: use NL Design System form components

refactor: use NL Design System form components #24

Triggered via pull request November 7, 2024 12:12
Status Failure
Total duration 31s
Artifacts

npm-test.yaml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

6 errors
src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx > should show text input: src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx#L32
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx:32:5
src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx > should show text input with ifOneOf resolving to true: src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx#L74
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx:74:5
src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx > should show text input with ifAllOf condition resolving to true: src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx#L120
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx:120:5
src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx > should show text input with ifOneOf nested condition (ifAllOf) resolving to true: src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx#L173
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx:173:5
src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx > should show text input with ifOneOf nested condition (ifOneOf) resolving to true: src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx#L204
Error: expect(received).toBeInTheDocument() received value must be an HTMLElement or an SVGElement. ❯ src/app/[locale]/incident/add/components/questions/RenderSingleField.test.tsx:204:5
test
Process completed with exit code 1.