Skip to content

Commit ee693bd

Browse files
committed
Lint robot
1 parent 6344ef1 commit ee693bd

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

atest/04_Interface/DiagnosticsPanel.robot

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Diagnostics Panel Opens
1111
[Setup] Gently Reset Workspace
1212
Open Notebook And Panel Panel.ipynb
1313
Capture Page Screenshot 03-panel-opens.png
14-
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
14+
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
1515
[Teardown] Clean Up After Working With File Panel.ipynb
1616

1717
Diagnostics Panel Works After Rename
@@ -24,7 +24,7 @@ Diagnostics Panel Works After Rename
2424
Capture Page Screenshot 00-panel-rename.png
2525
Open Diagnostics Panel
2626
Capture Page Screenshot 01-panel-rename.png
27-
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
27+
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
2828
Clean Up After Working With File PanelRenamed.ipynb
2929
[Teardown] Clean Up After Working With File Panel.ipynb
3030

@@ -33,7 +33,7 @@ Diagnostics Panel Can Be Restored
3333
Open Notebook And Panel Panel.ipynb
3434
Close Diagnostics Panel
3535
Open Diagnostics Panel
36-
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
36+
Wait Until Keyword Succeeds 10 x 1s Should Have Expected Rows Count
3737
[Teardown] Clean Up After Working With File Panel.ipynb
3838

3939
*** Keywords ***

atest/04_Interface/Statusbar.robot

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,15 +5,15 @@ Resource ../Keywords.robot
55
*** Variables ***
66
${STATUSBAR} css:div.lsp-statusbar-item
77
${DIAGNOSTIC} W291 trailing whitespace (pycodestyle)
8-
${POPOVER} css:.lsp-popover
8+
${POPOVER} css:.lsp-popover
99

1010
*** Test Cases ***
1111
Statusbar Popup Opens
1212
Setup Notebook Python Python.ipynb
1313
Wait Until Page Contains Element css:.cm-lsp-diagnostic[title*="${DIAGNOSTIC}"] timeout=20s
1414
Element Should Contain ${STATUSBAR} Fully initialized
15-
Click Element ${STATUSBAR}
16-
Wait Until Page Contains Element ${POPOVER} timeout=10s
15+
Click Element ${STATUSBAR}
16+
Wait Until Page Contains Element ${POPOVER} timeout=10s
1717
Capture Page Screenshot 01-statusbar.png
18-
Element Should Contain ${POPOVER} python
19-
Element Should Contain ${POPOVER} initialized
18+
Element Should Contain ${POPOVER} python
19+
Element Should Contain ${POPOVER} initialized

0 commit comments

Comments
 (0)