We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aecdda commit 971f802Copy full SHA for 971f802
tests/acceptance/RobotLab/__init__.robot
@@ -1,7 +1,8 @@
1
*** Settings ***
2
Suite Setup Start New RobotLab Server
3
Suite Teardown Terminate All Jupyter Servers
4
-Test Teardown Reset JupyterLab and Close
+Test Teardown Run Keywords Wait Until Keyword Succeeds 2 x 1 s Execute JupyterLab Command Reset Application State AND Close Browser
5
Force Tags ui:lab
6
Library JupyterLibrary
7
+Library SeleniumLibrary
8
Resource ../../resources/Launch.robot
0 commit comments