Skip to content

Commit

Permalink
add small sleep in jupyter
Browse files Browse the repository at this point in the history
Signed-off-by: lugi0 <lgiorgi@redhat.com>
  • Loading branch information
lugi0 authored and MarianMacik committed Oct 2, 2024
1 parent ef2ac47 commit 954b86c
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -211,6 +211,8 @@ Jupyter Notebook Can Query Model Registry
Open With JupyterLab Menu Run Restart Kernel and Run All Cells…
Wait Until Page Contains Element xpath=//div[contains(text(),"Restart") and @class="jp-Dialog-buttonLabel"]
Click Element xpath=//div[contains(text(),"Restart") and @class="jp-Dialog-buttonLabel"]
# Somehow misses the check on the active cells without the sleep
Sleep 5s
Wait Until JupyterLab Code Cell Is Not Active timeout=120s
JupyterLab Code Cell Error Output Should Not Be Visible
SeleniumLibrary.Capture Page Screenshot
Expand Down

0 comments on commit 954b86c

Please sign in to comment.