diff --git a/src/ui/common/Progressbar.test.ts b/src/ui/common/Progressbar.test.ts index c9a7b7813c1df2f7827aa896da6d4ad3e600268a..2e4d88b8a141cd6c400f1f64cbd18cce14ec5d77 100644 --- a/src/ui/common/Progressbar.test.ts +++ b/src/ui/common/Progressbar.test.ts @@ -6,5 +6,5 @@ import Progressbar from './Progressbar.svelte'; test('should render', () => { const { container } = render(Progressbar, { props: { value: 0, max: 100}}); - expect(container).toMatchSnapshot(); + expect(container).toBeVisible(); }); \ No newline at end of file