@@ -19,7 +19,7 @@ Python Jumps Between Files
19
19
Jump To Definition ${sel }
20
20
Wait Until Page Contains ANOTHER_CONSTANT
21
21
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
23
23
24
24
Jumps To References With Modifier Click
25
25
[Setup] Prepare File for Editing Python editor jump_references.py
@@ -35,7 +35,7 @@ Jumps To References With Modifier Click
35
35
Select From List By Index css:.jp-Dialog select 2
36
36
Click Element css:.jp-Dialog-button.jp-mod-accept
37
37
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
39
39
40
40
Jumps To References From Context Menu
41
41
[Setup] Prepare File for Editing Python editor jump_references.py
@@ -51,7 +51,7 @@ Jumps To References From Context Menu
51
51
Select From List By Index css:.jp-Dialog select 2
52
52
Click Element css:.jp-Dialog-button.jp-mod-accept
53
53
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
55
55
56
56
Ctrl Click And Jumping Back Works
57
57
[Setup] Prepare File for Editing Python editor jump.py
@@ -82,6 +82,15 @@ Copy Files to Folder With Spaces
82
82
Copy File examples${/ }${file } ${NOTEBOOK DIR }${/ }${FOLDER WITH SPACE }${/ }${file }
83
83
END
84
84
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
+
85
94
Select Token Occurrence
86
95
[Arguments] ${token } ${type } =variable ${which } =last
87
96
${sel } = Set Variable
@@ -92,7 +101,3 @@ Ctrl Click Element
92
101
[Arguments] ${element }
93
102
${key } = Evaluate 'COMMAND' if platform.system() == 'Darwin' else 'CTRL' platform
94
103
Click Element ${element } modifier=${key }
95
-
96
- Should Have Expected Count
97
- [Arguments] ${expected_count }
98
- ${count } = Count Diagnostics In Panel
0 commit comments