Skip to content

Commit d39fd22

Browse files
committed
chore: avoid random test failures (equivalent assertion)
1 parent fb9d9d4 commit d39fd22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/vuetify/src/components/VCombobox/__tests__/VCombobox.spec.browser.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -392,7 +392,7 @@ describe('VCombobox', () => {
392392
/>
393393
))
394394

395-
expect(getByPlaceholderText('select something')).toBeDisplayed()
395+
expect(getByPlaceholderText('select something')).toBeVisible()
396396
})
397397
})
398398

0 commit comments

Comments
 (0)