diff --git a/src/components/appointments/CreateAppointment/CreateAppointment.spec.jsx b/src/components/appointments/CreateAppointment/CreateAppointment.spec.jsx index e18813267..2ccd3a58f 100644 --- a/src/components/appointments/CreateAppointment/CreateAppointment.spec.jsx +++ b/src/components/appointments/CreateAppointment/CreateAppointment.spec.jsx @@ -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]');