kopia lustrzana https://gitlab.com/soapbox-pub/soapbox
Increase timeout for intermittently failing test
rodzic
14299ce62a
commit
5666121e2d
|
@ -48,6 +48,8 @@ describe('<UI />', () => {
|
||||||
|
|
||||||
await waitFor(() => {
|
await waitFor(() => {
|
||||||
expect(screen.getByTestId('cta-banner')).toHaveTextContent('Sign up now to discuss');
|
expect(screen.getByTestId('cta-banner')).toHaveTextContent('Sign up now to discuss');
|
||||||
|
}, {
|
||||||
|
timeout: 2000,
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
});
|
});
|
||||||
|
|
Ładowanie…
Reference in New Issue