Skip to content

Commit

Permalink
Update test
Browse files Browse the repository at this point in the history
  • Loading branch information
anagperal committed Nov 21, 2024
1 parent f329a48 commit 643c25c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/webapp/components/form/__tests__/Form.spec.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ function givenFormProps(): FormProps {
label: "Field text visible not required",
isVisible: true,
helperText: "text field helper text not required",
errors: ["this_is_an_error"],
errors: ["There is an error in this field"],
type: "text",
value: "text value not required",
multiline: false,
Expand Down

0 comments on commit 643c25c

Please sign in to comment.