Skip to content

Commit 7945858

Browse files
committed
Add missing restart command
1 parent 8b86b1f commit 7945858

File tree

3 files changed

+6
-5
lines changed

3 files changed

+6
-5
lines changed

atest/03_Notebook.robot

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,7 @@ Adding Text To Cells After Kernel Restart
9191
Setup Notebook Python ${file}
9292
${virtual_path} = Set Variable ${VIRTUALDOCS DIR}${/}${file}
9393
Wait Until Created ${virtual_path}
94+
Restart Kernel
9495
Enter Cell Editor 1
9596
Lab Command Insert Cell Below
9697
Enter Cell Editor 2 line=1

atest/05_Features/Completion.robot

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -302,11 +302,6 @@ Completer Should Include Documentation
302302
Wait Until Keyword Succeeds 10 x 1 s Element Should Contain ${DOCUMENTATION_PANEL} ${text}
303303
Element Should Contain ${DOCUMENTATION_PANEL} ${text}
304304

305-
Restart Kernel
306-
Lab Command Restart Kernel…
307-
Wait For Dialog
308-
Accept Default Dialog Option
309-
310305
Count Completer Hints
311306
${count} = Get Element Count css:.jp-Completer-item
312307
[Return] ${count}

atest/Keywords.robot

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -419,3 +419,8 @@ Open New Notebook
419419
Wait For Dialog
420420
# Kernel selection dialog shows up, accept Python as default kernel
421421
Accept Default Dialog Option
422+
423+
Restart Kernel
424+
Lab Command Restart Kernel…
425+
Wait For Dialog
426+
Accept Default Dialog Option

0 commit comments

Comments
 (0)