Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mariia-aloshyna committed May 3, 2024
1 parent 9f95ff0 commit ff79525
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,7 @@ describe('Accepted values field component', () => {
});

await waitFor(() => expect(findByText('withReferenceValues')).toBeDefined());
await waitFor(() => expect(mockConsoleError).toHaveBeenCalledTimes(2));
await waitFor(() => expect(mockConsoleError).toHaveBeenCalledTimes(3));
});
});
});
Expand Down

0 comments on commit ff79525

Please sign in to comment.