diff --git a/ui-tests/tests/jupyterlab_gallery.spec.ts b/ui-tests/tests/jupyterlab_gallery.spec.ts index 4b8a6ae..83640e2 100644 --- a/ui-tests/tests/jupyterlab_gallery.spec.ts +++ b/ui-tests/tests/jupyterlab_gallery.spec.ts @@ -243,7 +243,8 @@ test.describe('Integration with jupyterlab-launchpad', () => { await mockGalleryEndpoint(page, { title: 'Edge cases' }); await mockExhibitsEndpoint(page, { exhibits: edgeCaseExhibits }); await page.goto(); - + // wait for pictures to settle + await page.waitForTimeout(400); const gallery = page.locator('.jp-Gallery'); expect(await gallery.screenshot()).toMatchSnapshot('odd-cases.png'); }); diff --git a/ui-tests/tests/jupyterlab_gallery.spec.ts-snapshots/in-launchpad-linux.png b/ui-tests/tests/jupyterlab_gallery.spec.ts-snapshots/in-launchpad-linux.png deleted file mode 100644 index 183fd1c..0000000 Binary files a/ui-tests/tests/jupyterlab_gallery.spec.ts-snapshots/in-launchpad-linux.png and /dev/null differ