Skip to content

Commit 3f7bf81

Browse files
authored
Merge pull request #6 from bollwyvl/fix/win-ff-spinner-wait
attempt fix for #5 windows/ff spinner
2 parents 936c736 + 7c9cbd5 commit 3f7bf81

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)