Increase timeout for intermittently failing test
This commit is contained in:
parent
14299ce62a
commit
5666121e2d
1 changed files with 2 additions and 0 deletions
|
@ -48,6 +48,8 @@ describe('<UI />', () => {
|
|||
|
||||
await waitFor(() => {
|
||||
expect(screen.getByTestId('cta-banner')).toHaveTextContent('Sign up now to discuss');
|
||||
}, {
|
||||
timeout: 2000,
|
||||
});
|
||||
});
|
||||
});
|
||||
|
|
Loading…
Reference in a new issue