Skip to content

Commit 3d33c37

Browse files
authored
e2e: wait before running lab notebook
1 parent 6d03a3e commit 3d33c37

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/e2e/tutorials/jupyters.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -94,6 +94,7 @@ async function runTutorial() {
9494
await jLabIframe.click(input2outputFileSelector, {
9595
clickCount: 2
9696
});
97+
await tutorial.waitFor(5000);
9798
// click Run Menu
9899
const mainRunMenuBtnSelector = '#jp-MainMenu > ul > li:nth-child(4)';
99100
await utils.waitAndClick(jLabIframe, mainRunMenuBtnSelector)

0 commit comments

Comments
 (0)