File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff 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
1717Diagnostics 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 ***
Original file line number Diff line number Diff 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 ***
1111Statusbar 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
You can’t perform that action at this time.
0 commit comments