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 275d33c commit b43bd69Copy full SHA for b43bd69
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] ${custom_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=${custom_timeout}
28
+ Wait Until Page Does Not Contain Element css:#${JLAB ID SPLASH} timeout=${custom_timeout}
29
Sleep 2s
30
31
Click JupyterLab Menu
0 commit comments