Skip to content

Commit 11c256a

Browse files
committed
chore(VDatePicker): less flaky test
1 parent a586965 commit 11c256a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ describe('VDatePicker', () => {
3131
await userEvent.click(await screen.findByTestId('year-btn'))
3232
await userEvent.click(await screen.findByText('2025'))
3333
await userEvent.click(await screen.findByTestId('month-btn'))
34+
await commands.waitStable('.v-date-picker-months')
3435
await userEvent.click(await screen.findByText('Jan'))
3536
await commands.waitStable('.v-date-picker-month__days')
3637
await userEvent.click(await screen.findByText(7))

0 commit comments

Comments
 (0)