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.
2 parents 275d33c + d88582e commit 02ab7dcCopy full SHA for 02ab7dc
src/JupyterLibrary/clients/jupyterlab/Shell.robot
@@ -22,9 +22,10 @@ Open JupyterLab
22
Tag With JupyterLab Metadata ${pageinfo tags} clear=${clear}
23
24
Wait for JupyterLab Splash Screen
25
+ [Arguments] ${timeout}=10s
26
[Documentation] Wait for the JupyterLab splash animation
- Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=10s
27
- Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=10s
+ Wait Until Page Contains Element css:#${JLAB ID SPLASH} timeout=${timeout}
28
+ Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=${timeout}
29
Sleep 2s
30
31
Click JupyterLab Menu
0 commit comments