Skip to content

Commit

Permalink
add retry
Browse files Browse the repository at this point in the history
  • Loading branch information
KaelWD committed Sep 11, 2024
1 parent 205212a commit aaa957b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -598,7 +598,7 @@ describe('VAutocomplete', () => {
await userEvent.click(screen.getAllByRole('option')[0])
await rerender({ items: ['Foo', 'Bar', 'test', 'test 2'] })
await waitIdle()
expect(screen.queryByRole('listbox')).toBeNull()
await expect.poll(() => screen.queryByRole('listbox')).toBeNull()
})

// https://github.com/vuetifyjs/vuetify/issues/17573
Expand Down

0 comments on commit aaa957b

Please sign in to comment.