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 <[email protected]>
  • Loading branch information
lugi0 committed Oct 2, 2024
1 parent be24676 commit 048a252
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 048a252

Please sign in to comment.