File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -66,18 +66,18 @@ Tear Down Everything
66
66
Terminate All Processes kill=${True }
67
67
68
68
Wait For Splash
69
- Wait Until Page Contains Element ${SPLASH } timeout=180s
70
- Wait Until Page Does Not Contain Element ${SPLASH } timeout=180s
69
+ Go To ${URL } lab?reset&token=${TOKEN }
70
+ Set Window Size 1024 768
71
+ Wait Until Page Contains Element ${SPLASH } timeout=30s
72
+ Wait Until Page Does Not Contain Element ${SPLASH } timeout=10s
71
73
Execute Javascript window.onbeforeunload \= function (){}
72
74
73
75
Open JupyterLab
74
76
Set Environment Variable MOZ_HEADLESS ${HEADLESS }
75
77
${firefox } = Which firefox
76
78
${geckodriver } = Which geckodriver
77
79
Create WebDriver Firefox executable_path=${geckodriver } firefox_binary=${firefox } service_log_path=${OUTPUT DIR }${/ } geckodriver.log
78
- Wait Until Keyword Succeeds 20x 3s Go To ${URL } lab?reset&token=${TOKEN }
79
- Set Window Size 1024 768
80
- Wait For Splash
80
+ Wait Until Keyword Succeeds 3x 5s Wait For Splash
81
81
82
82
Close JupyterLab
83
83
Close All Browsers
@@ -95,7 +95,7 @@ Reset Application State
95
95
Accept Default Dialog Option
96
96
Ensure All Kernels Are Shut Down
97
97
Lab Command Reset Application State
98
- Wait For Splash
98
+ Wait Until Keyword Succeeds 3x 5s Wait For Splash
99
99
100
100
Accept Default Dialog Option
101
101
[Documentation] Accept a dialog, if it exists
You can’t perform that action at this time.
0 commit comments