This commit is contained in:
Alexandre Bodin 2021-03-01 11:16:51 +01:00
parent 5aa7019800
commit df76149931

View File

@ -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', () => {