Skip to content

Commit 2ac5247

Browse files
committed
Try fix the autoscroll tests
1 parent 4200fb5 commit 2ac5247

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ui-tests/test/notebook.spec.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,10 @@ test.describe('Notebook', () => {
7070
);
7171
await page.goto(`notebooks/${tmpPath}/${notebook}`);
7272

73+
// wait for the checkpoint indicator to be displayed before exexuting the cells
74+
await page.waitForSelector('.jp-NotebookCheckpoint');
75+
await page.click('.jp-Notebook');
76+
7377
// execute the first cell
7478
await runAndAdvance(page);
7579
await page

0 commit comments

Comments
 (0)