Skip to content

Commit

Permalink
fix(advanced-settings): field can be empty if default advanced settin…
Browse files Browse the repository at this point in the history
…g is
  • Loading branch information
bdebon committed Dec 27, 2022
1 parent c469b7b commit 5162624
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -44,7 +44,7 @@ describe('PageSettingsAdvanced', () => {
const { getAllByTestId } = render(
wrapWithReactHookForm(<PageSettingsAdvanced {...props} />, { defaultValues: defaultValues })
)
expect(getAllByTestId('input').length).toBe(3)
expect(getAllByTestId('input').length).toBe(4)
})

it('should show the sticky action bar if form dirty', async () => {
Expand Down

0 comments on commit 5162624

Please sign in to comment.