Skip to content

Commit 971f802

Browse files
authored
Allow to try 'Reset JupyterLab and Close' twice (#32)
* Inline ResetJupyterLab and Close to separately retry the reset and only then close the browser
1 parent 0aecdda commit 971f802

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
*** Settings ***
22
Suite Setup Start New RobotLab Server
33
Suite Teardown Terminate All Jupyter Servers
4-
Test Teardown Reset JupyterLab and Close
4+
Test Teardown Run Keywords Wait Until Keyword Succeeds 2 x 1 s Execute JupyterLab Command Reset Application State AND Close Browser
55
Force Tags ui:lab
66
Library JupyterLibrary
7+
Library SeleniumLibrary
78
Resource ../../resources/Launch.robot

0 commit comments

Comments
 (0)