Skip to content

Commit

Permalink
test: fix broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
jedwards1211 committed Jul 21, 2024
1 parent d1a3d84 commit 5b38940
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/boolean-field-test.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ it(`boolean field test`, async function () {
undefined
)
await act(() => fireEvent.blur(input, { target: { value: '' } }))
await act(() => formContext?.setRawValue(root.get('field'), undefined as any))
expect(component.queryByTestId('field-helperText')?.innerHTML).to.equal(
'Required'
)
Expand Down

0 comments on commit 5b38940

Please sign in to comment.