Skip to content

Commit 7c9cbd5

Browse files
committed
#5: attempt fix for windows/ff spinner
1 parent 936c736 commit 7c9cbd5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/JupyterLibrary/clients/jupyterlab/Launcher.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Launch a new JupyterLab Document
88
... Notebook or Console with the given ``kernel``, and wait until the loading
99
... animation is complete.
1010
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}
1313
Wait Until Page Contains Element css:${JLAB CSS ACTIVE INPUT}
14-
Sleep 0.1s
14+
Sleep 0.5s

0 commit comments

Comments
 (0)