File tree Expand file tree Collapse file tree 10 files changed +23
-17
lines changed
src/test/robotframework/acceptance Expand file tree Collapse file tree 10 files changed +23
-17
lines changed Original file line number Diff line number Diff line change @@ -260,11 +260,10 @@ Setup all tests
260
260
Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
261
261
Set Scene Values
262
262
Set Window Values
263
- Set Timeout ${ 1 }
263
+ Set Timeout 1
264
264
265
265
Teardown all tests
266
266
Close Javafx Application
267
- Set Timeout ${5 }
268
267
269
268
Set Scene Values
270
269
${SCENE } Get Scene id=button
Original file line number Diff line number Diff line change @@ -78,15 +78,14 @@ Get Bounds Using XPath Query
78
78
79
79
Get Bounds Of Id That Does Not Exist
80
80
[Tags] smoke negative
81
- Set Timeout ${1 }
82
81
${MSG } Run Keyword And Expect Error * Get Bounds id=idThatDoesNotExist
83
82
Should Be Equal ${MSG } Given element "id=idThatDoesNotExist" was not found within given timeout of 1 SECONDS
84
- Set Timeout ${5 }
85
83
86
84
*** Keywords ***
87
85
Setup all tests
88
- Launch Javafx Application ${TEST_APPLICATION }
89
- Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
86
+ Set Timeout 1
87
+ Launch Javafx Application ${TEST_APPLICATION }
88
+ Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
90
89
Set Offsets
91
90
92
91
Teardown all tests
Original file line number Diff line number Diff line change @@ -32,8 +32,9 @@ Select JavaFX Release Date
32
32
33
33
*** Keywords ***
34
34
Setup all tests
35
- Launch Javafx Application ${TEST_APPLICATION }
36
- Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
35
+ Set Timeout 0
36
+ Launch Javafx Application ${TEST_APPLICATION }
37
+ Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
37
38
38
39
Teardown all tests
39
40
Close Javafx Application
Original file line number Diff line number Diff line change @@ -242,11 +242,12 @@ Drag From + Drop To Using XPath Query
242
242
243
243
*** Keywords ***
244
244
Setup all tests
245
- Launch Javafx Application ${TEST_APPLICATION }
246
- Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
247
- ${SCENE } Get Scene css=.button
248
- ${BOUNDS } Get Bounds ${SCENE }
249
- Set Suite Variable ${SCENE_BOUNDS } ${BOUNDS }
245
+ Set Timeout 0
246
+ Launch Javafx Application ${TEST_APPLICATION }
247
+ Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
248
+ ${SCENE } Get Scene css=.button
249
+ ${BOUNDS } Get Bounds ${SCENE }
250
+ Set Suite Variable ${SCENE_BOUNDS } ${BOUNDS }
250
251
251
252
Teardown all tests
252
253
Close Javafx Application
Original file line number Diff line number Diff line change 2
2
Documentation Tests to test javafxlibrary.keywords.AdditionalKeywords.Find related keywords
3
3
Library JavaFXLibrary
4
4
Suite Teardown Teardown all tests
5
+ Suite Setup Set Timeout 0
5
6
Force Tags set-find
6
7
7
8
*** Variables ***
Original file line number Diff line number Diff line change @@ -80,8 +80,9 @@ Write special characters
80
80
81
81
*** Keywords ***
82
82
Setup all tests
83
- Launch Javafx Application ${TEST_APPLICATION }
84
- Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
83
+ Set Timeout 0
84
+ Launch Javafx Application ${TEST_APPLICATION }
85
+ Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
85
86
86
87
Teardown all tests
87
88
Close Javafx Application
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Documentation Tests for AdditionalKeywords
3
3
Library JavaFXLibrary
4
4
Library Collections
5
5
Library String
6
+ Suite Setup Set Timeout 0
6
7
Suite Teardown Close Javafx Application
7
8
8
9
*** Variables ***
Original file line number Diff line number Diff line change @@ -86,6 +86,7 @@ Move To Window
86
86
87
87
*** Keywords ***
88
88
Setup all tests
89
+ Set Timeout 0
89
90
Launch Javafx Application ${TEST_APPLICATION }
90
91
Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
91
92
Set Scene Bounds Values
Original file line number Diff line number Diff line change @@ -170,6 +170,7 @@ Set New Target Position
170
170
171
171
*** Keywords ***
172
172
Setup all tests
173
+ Set Timeout 0
173
174
Launch Javafx Application ${TEST_APPLICATION }
174
175
Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
175
176
Set Decoration Values
Original file line number Diff line number Diff line change @@ -96,8 +96,9 @@ Try To Compare Different Size Images
96
96
97
97
*** Keywords ***
98
98
Setup all tests
99
- Launch Javafx Application ${TEST_APPLICATION }
100
- Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
99
+ Set Timeout 0
100
+ Launch Javafx Application ${TEST_APPLICATION }
101
+ Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
101
102
102
103
Teardown all tests
103
104
Close Javafx Application
You can’t perform that action at this time.
0 commit comments