Skip to content

Commit 8266290

Browse files
committed
Lint robot tests
1 parent 7130b8a commit 8266290

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

atest/05_Features/Completion.robot

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ User Can Select Lowercase After Starting Uppercase
5555
Setup Notebook Python Completion.ipynb
5656
Enter Cell Editor 4 line=1
5757
Trigger Completer
58-
Completer Should Suggest time
58+
Completer Should Suggest time
5959
Press Keys None ENTER
6060
Wait Until Keyword Succeeds 40x 0.5s Cell Editor Should Equal 4 from time import time
6161
[Teardown] Clean Up After Working With File Completion.ipynb
@@ -65,7 +65,7 @@ Triggers Completer On Dot
6565
Enter Cell Editor 2 line=1
6666
Wait Until Fully Initialized
6767
Press Keys None .
68-
Wait Until Keyword Succeeds 10x 0.5s Cell Editor Should Equal 2 list.
68+
Wait Until Keyword Succeeds 10x 0.5s Cell Editor Should Equal 2 list.
6969
Wait Until Page Contains Element ${COMPLETER_BOX} timeout=35s
7070
Completer Should Suggest append
7171
[Teardown] Clean Up After Working With File Completion.ipynb

atest/05_Features/Signature.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Triggers Signature Help After A Keystroke
1111
Wait Until Fully Initialized
1212
Enter Cell Editor 1 line=6
1313
Capture Page Screenshot 01-entered-cell.png
14-
Press Keys None (
14+
Press Keys None (
1515
Capture Page Screenshot 02-signature-shown.png
16-
Wait Until Keyword Succeeds 20x 0.5s Page Should Contain Element ${SIGNATURE_BOX}
17-
Element Should Contain ${SIGNATURE_BOX} Important docstring of abc()
16+
Wait Until Keyword Succeeds 20x 0.5s Page Should Contain Element ${SIGNATURE_BOX}
17+
Element Should Contain ${SIGNATURE_BOX} Important docstring of abc()
1818
[Teardown] Clean Up After Working With File Signature.ipynb

atest/Keywords.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ Ensure All Kernels Are Shut Down
7878
Enter Command Name Shut Down All Kernels
7979
${els} = Get WebElements ${CMD PALETTE ITEM ACTIVE}
8080
Run Keyword If ${els.__len__()} Click Element ${CMD PALETTE ITEM ACTIVE}
81-
${accept} = Set Variable css:.jp-mod-accept.jp-mod-warn
81+
${accept} = Set Variable css:.jp-mod-accept.jp-mod-warn
8282
Run Keyword If ${els.__len__()} Wait Until Page Contains Element ${accept}
8383
Run Keyword If ${els.__len__()} Click Element ${accept}
8484

0 commit comments

Comments
 (0)