@@ -13,23 +13,27 @@ ${TEST_APPLICATION} javafxlibrary.testapps.TestScrollRobot2
13
13
*** Test Cases ***
14
14
Scroll down
15
15
[Tags] smoke demo-set
16
+ Verify String Should Not Match id=verticalScrollLocation max
16
17
Scroll Vertically DOWN 50
17
18
Verify String id=verticalScrollLocation max
18
19
19
20
Scroll up
20
21
[Tags] smoke demo-set
22
+ Verify String Should Not Match id=verticalScrollLocation min
21
23
Scroll Vertically UP 50
22
24
Verify String id=verticalScrollLocation min
23
25
24
26
Scroll right
25
27
[Tags] smoke demo-set
26
28
Skip Test On Linux
29
+ Verify String Should Not Match id=horizontalScrollLocation max
27
30
Scroll Horizontally RIGHT 50
28
31
Verify String id=horizontalScrollLocation max
29
32
30
33
Scroll left
31
34
[Tags] smoke demo-set
32
35
Skip Test On Linux
36
+ Verify String Should Not Match id=horizontalScrollLocation min
33
37
Scroll Horizontally LEFT 50
34
38
Verify String id=horizontalScrollLocation min
35
39
@@ -41,24 +45,28 @@ Scroll down once
41
45
42
46
Scroll up once
43
47
[Tags] smoke
48
+ Verify String Should Not Match id=verticalScrollLocation min
44
49
Scroll Vertically UP 1
45
50
Verify String id=verticalScrollLocation min
46
51
47
52
Scroll Right Once
48
53
[Tags] smoke
49
54
Skip Test On Linux
55
+ Verify String id=horizontalScrollLocation min
50
56
Scroll Horizontally RIGHT 1
51
57
Verify String Should Not Match id=horizontalScrollLocation min
52
58
53
59
Scroll Left Once
54
60
[Tags] smoke
55
61
Skip Test On Linux
62
+ Verify String Should Not Match id=horizontalScrollLocation min
56
63
Scroll Horizontally LEFT 1
57
64
Verify String id=horizontalScrollLocation min
58
65
59
66
*** Keywords ***
60
67
Setup all tests
61
68
Import JavaFXLibrary
69
+ Run Keyword If ${headless } Set Tags monocle-issue
62
70
Launch Javafx Application ${TEST_APPLICATION }
63
71
Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
64
72
Move To id=scrollPane
0 commit comments