Skip to content

Commit

Permalink
💚 Increase test timeout?
Browse files Browse the repository at this point in the history
  • Loading branch information
sergei-maertens committed Jan 28, 2025
1 parent 4875a1c commit f2d533f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ describe('Create appointment session expiration', () => {
});

// select a product
const dropdowns = await screen.findAllByRole('combobox');
const dropdowns = await screen.findAllByRole('combobox', undefined, {timeout: 2000});
expect(dropdowns).toHaveLength(1);
await user.click(dropdowns[0]);
await user.keyboard('[ArrowDown]');
Expand Down

0 comments on commit f2d533f

Please sign in to comment.