@@ -19,7 +19,7 @@ Python Jumps Between Files
1919 Jump To Definition ${sel }
2020 Wait Until Page Contains ANOTHER_CONSTANT
2121 Capture Page Screenshot 10-jumped.png
22- Clean Up After Working With File jump_b.py
22+ [Teardown] Clean Up Folder With Spaces jump_a.py jump_b.py
2323
2424Jumps To References With Modifier Click
2525 [Setup] Prepare File for Editing Python editor jump_references.py
@@ -35,7 +35,7 @@ Jumps To References With Modifier Click
3535 Select From List By Index css:.jp-Dialog select 2
3636 Click Element css:.jp-Dialog-button.jp-mod-accept
3737 Wait Until Keyword Succeeds 10 x 1 s Cursor Should Jump ${original }
38- Clean Up After Working With File jump_references.py
38+ [Teardown] Clean Up After Working With File jump_references.py
3939
4040Jumps To References From Context Menu
4141 [Setup] Prepare File for Editing Python editor jump_references.py
@@ -51,7 +51,7 @@ Jumps To References From Context Menu
5151 Select From List By Index css:.jp-Dialog select 2
5252 Click Element css:.jp-Dialog-button.jp-mod-accept
5353 Wait Until Keyword Succeeds 10 x 1 s Cursor Should Jump ${original }
54- Clean Up After Working With File jump_references.py
54+ [Teardown] Clean Up After Working With File jump_references.py
5555
5656Ctrl Click And Jumping Back Works
5757 [Setup] Prepare File for Editing Python editor jump.py
@@ -82,6 +82,15 @@ Copy Files to Folder With Spaces
8282 Copy File examples${/ }${file } ${NOTEBOOK DIR }${/ }${FOLDER WITH SPACE }${/ }${file }
8383 END
8484
85+ Clean Up Folder With Spaces
86+ [Arguments] @{files }
87+ Try to Close All Tabs
88+ Navigate to Root Folder
89+ FOR ${file } IN @{files }
90+ Remove File ${NOTEBOOK DIR }${/ }${FOLDER WITH SPACE }${/ }${file }
91+ END
92+ Remove Directory ${NOTEBOOK DIR }${/ }${FOLDER WITH SPACE } recursive=True
93+
8594Select Token Occurrence
8695 [Arguments] ${token } ${type } =variable ${which } =last
8796 ${sel } = Set Variable
@@ -92,7 +101,3 @@ Ctrl Click Element
92101 [Arguments] ${element }
93102 ${key } = Evaluate 'COMMAND' if platform.system() == 'Darwin' else 'CTRL' platform
94103 Click Element ${element } modifier=${key }
95-
96- Should Have Expected Count
97- [Arguments] ${expected_count }
98- ${count } = Count Diagnostics In Panel
0 commit comments