We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6d03a3e commit 3d33c37Copy full SHA for 3d33c37
tests/e2e/tutorials/jupyters.js
@@ -94,6 +94,7 @@ async function runTutorial() {
94
await jLabIframe.click(input2outputFileSelector, {
95
clickCount: 2
96
});
97
+ await tutorial.waitFor(5000);
98
// click Run Menu
99
const mainRunMenuBtnSelector = '#jp-MainMenu > ul > li:nth-child(4)';
100
await utils.waitAndClick(jLabIframe, mainRunMenuBtnSelector)
0 commit comments