Skip to content

Commit

Permalink
Meh
Browse files Browse the repository at this point in the history
  • Loading branch information
martinRenou committed Aug 4, 2023
1 parent a63c509 commit 601e017
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion ui-tests/tests/voici.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,8 @@ test.describe('Voici Tests', () => {
test('Render Voici Notebook', async ({ page, context }, testInfo) => {
await page.goto('lite');

await page.waitForSelector('a:text("voici.ipynb")').click();
await page.waitForSelector('a:text("voici.ipynb")');
await page.click('a:text("voici.ipynb")');

// Wait for page to load
await page.waitForSelector('.jupyter-widgets');
Expand Down

0 comments on commit 601e017

Please sign in to comment.