Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
krassowski committed Sep 25, 2024
1 parent 1a38812 commit 5f83723
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ui-tests/tests/jupyterlab_gallery.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -183,10 +183,11 @@ test.describe('Integration with jupyterlab-launchpad', () => {

const launcher = page.locator('.jp-LauncherBody');

const mainLogo = page.locator('#jp-MainLogo');
const mainMenu = page.locator('#jp-MainMenu');

// move the mouse away from the summary button
await mainLogo.hover();
await mainMenu.hover();
await page.waitForTimeout(100);

expect(await launcher.screenshot()).toMatchSnapshot('in-launchpad.png');
});
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 5f83723

Please sign in to comment.