mirror of
https://github.com/strapi/strapi.git
synced 2025-09-25 16:29:34 +00:00
Fix test
This commit is contained in:
parent
5aa7019800
commit
df76149931
@ -60,7 +60,7 @@ describe('VideoPreview', () => {
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
expect(container.querySelector('video')).toBeVisible();
|
||||
expect(container.querySelector('video')).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it('shows a fallback message when the video is in error', () => {
|
||||
|
Loading…
x
Reference in New Issue
Block a user