Skip to content

Commit

Permalink
Try fix the autoscroll tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jtpio committed Oct 3, 2022
1 parent 4200fb5 commit 2ac5247
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ui-tests/test/notebook.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -70,6 +70,10 @@ test.describe('Notebook', () => {
);
await page.goto(`notebooks/${tmpPath}/${notebook}`);

// wait for the checkpoint indicator to be displayed before exexuting the cells
await page.waitForSelector('.jp-NotebookCheckpoint');
await page.click('.jp-Notebook');

// execute the first cell
await runAndAdvance(page);
await page
Expand Down

0 comments on commit 2ac5247

Please sign in to comment.