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