Skip to content

Commit

Permalink
update timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
chaitanyadeorukhkar committed Sep 6, 2024
1 parent bfb7707 commit f886d21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -316,7 +316,7 @@ describe('<BottomSheet /> & <Dropdown /> with <AutoComplete />', () => {

await waitFor(() => expect(queryByTestId('bottomsheet-body')).not.toBeVisible());
expect(selectInput.value).toBe('Mumbai');
});
}, 10000);

// Flaky test. Skipping for now. Should be replicated into E2E eventually
it.skip('should handle AutoComplete behaviour in multiselect', async () => {
Expand Down

0 comments on commit f886d21

Please sign in to comment.