File tree Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Expand file tree Collapse file tree 1 file changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -142,8 +142,7 @@ Reset Application State
142
142
Try to Close All Tabs
143
143
Accept Default Dialog Option
144
144
Ensure All Kernels Are Shut Down
145
- Lab Command Reset Application State
146
- Wait Until Keyword Succeeds 3x 5s Wait For Splash
145
+ Accept Default Dialog Option
147
146
148
147
Accept Default Dialog Option
149
148
[Documentation] Accept a dialog, if it exists
@@ -153,11 +152,9 @@ Accept Default Dialog Option
153
152
Ensure All Kernels Are Shut Down
154
153
Enter Command Name Shut Down All Kernels
155
154
${els } = Get WebElements ${CMD PALETTE ITEM ACTIVE }
156
- IF ${els.__len__() } Click Element ${CMD PALETTE ITEM ACTIVE }
157
- ${accept } = Set Variable css:.jp-mod-accept.jp-mod-warn
158
155
IF ${els.__len__() }
159
- Wait Until Page Contains Element ${accept }
160
- Click Element ${ accept }
156
+ Click Element ${CMD PALETTE ITEM ACTIVE }
157
+ Accept Default Dialog Option
161
158
END
162
159
163
160
Open Command Palette
You can’t perform that action at this time.
0 commit comments