Skip to content

Commit

Permalink
experimental nav fix
Browse files Browse the repository at this point in the history
  • Loading branch information
bryannho committed Oct 4, 2023
1 parent 125862c commit 4795a29
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui-tests/tests/widget.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@ import { expect } from '@playwright/test';

async function createNewNotebook(page) {
await page.notebook.createNew("notebok.ipynb");
await page.waitForSelector("html");
await page.notebook.openByPath("notebok.ipynb");
await page.waitForSelector("html");
await page.notebook.activate("notebok.ipynb");
}

Expand Down

0 comments on commit 4795a29

Please sign in to comment.