File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/JupyterLibrary/clients/jupyterlab Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ Launch a new JupyterLab Document
8
8
... Notebook or Console with the given ``kernel``, and wait until the loading
9
9
... animation is complete.
10
10
Click Element xpath:${JLAB XP CARD } \[@title='${kernel } '][@data-category='${category } ']
11
- Run Keyword And Ignore Error timeout=0.1s Wait Until Page Contains Element css:${JLAB CSS SPINNER }
12
- Wait Until Page Does Not Contain Element css:${JLAB CSS SPINNER }
11
+ Run Keyword And Ignore Error timeout=2s Wait Until Page Contains Element css:${JLAB CSS SPINNER }
12
+ Run Keyword And Ignore Error timeout=5s Wait Until Page Does Not Contain Element css:${JLAB CSS SPINNER }
13
13
Wait Until Page Contains Element css:${JLAB CSS ACTIVE INPUT }
14
- Sleep 0.1s
14
+ Sleep 0.5s
You can’t perform that action at this time.
0 commit comments