File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -91,6 +91,7 @@ Adding Text To Cells After Kernel Restart
91
91
Setup Notebook Python ${file }
92
92
${virtual_path } = Set Variable ${VIRTUALDOCS DIR }${/ }${file }
93
93
Wait Until Created ${virtual_path }
94
+ Restart Kernel
94
95
Enter Cell Editor 1
95
96
Lab Command Insert Cell Below
96
97
Enter Cell Editor 2 line=1
Original file line number Diff line number Diff line change @@ -302,11 +302,6 @@ Completer Should Include Documentation
302
302
Wait Until Keyword Succeeds 10 x 1 s Element Should Contain ${DOCUMENTATION_PANEL } ${text }
303
303
Element Should Contain ${DOCUMENTATION_PANEL } ${text }
304
304
305
- Restart Kernel
306
- Lab Command Restart Kernel…
307
- Wait For Dialog
308
- Accept Default Dialog Option
309
-
310
305
Count Completer Hints
311
306
${count } = Get Element Count css:.jp-Completer-item
312
307
[Return] ${count }
Original file line number Diff line number Diff line change @@ -419,3 +419,8 @@ Open New Notebook
419
419
Wait For Dialog
420
420
# Kernel selection dialog shows up, accept Python as default kernel
421
421
Accept Default Dialog Option
422
+
423
+ Restart Kernel
424
+ Lab Command Restart Kernel…
425
+ Wait For Dialog
426
+ Accept Default Dialog Option
You can’t perform that action at this time.
0 commit comments