Skip to content

Commit

Permalink
Merge pull request #6 from bollwyvl/fix/win-ff-spinner-wait
Browse files Browse the repository at this point in the history
attempt fix for #5 windows/ff spinner
  • Loading branch information
bollwyvl authored Dec 18, 2018
2 parents 936c736 + 7c9cbd5 commit 3f7bf81
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/JupyterLibrary/clients/jupyterlab/Launcher.robot
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Launch a new JupyterLab Document
... Notebook or Console with the given ``kernel``, and wait until the loading
... animation is complete.
Click Element xpath:${JLAB XP CARD}\[@title='${kernel}'][@data-category='${category}']
Run Keyword And Ignore Error timeout=0.1s Wait Until Page Contains Element css:${JLAB CSS SPINNER}
Wait Until Page Does Not Contain Element css:${JLAB CSS SPINNER}
Run Keyword And Ignore Error timeout=2s Wait Until Page Contains Element css:${JLAB CSS SPINNER}
Run Keyword And Ignore Error timeout=5s Wait Until Page Does Not Contain Element css:${JLAB CSS SPINNER}
Wait Until Page Contains Element css:${JLAB CSS ACTIVE INPUT}
Sleep 0.1s
Sleep 0.5s

0 comments on commit 3f7bf81

Please sign in to comment.