File tree Expand file tree Collapse file tree 2 files changed +14
-0
lines changed
src/test/robotframework/acceptance Expand file tree Collapse file tree 2 files changed +14
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Scroll Once Vertically
45
45
46
46
Scroll Left
47
47
[Tags] smoke
48
+ Skip Test On Linux
48
49
Move to horizontal listener
49
50
${TARGET_DISTANCE } Count Distance 25
50
51
Scroll Horizontally LEFT 25
@@ -54,6 +55,7 @@ Scroll Left
54
55
55
56
Scroll Right
56
57
[Tags] smoke
58
+ Skip Test On Linux
57
59
Reset counters
58
60
Move to horizontal listener
59
61
${TARGET_DISTANCE } Count Distance 10
@@ -69,6 +71,10 @@ Setup all tests
69
71
Set Variables
70
72
Move to vertical listener
71
73
74
+ Skip Test On Linux
75
+ ${os } Get System Property os.name
76
+ Pass Execution If '${os } '=='Linux' This test can not be executed on Linux
77
+
72
78
Move to vertical listener
73
79
Move To id=greenLabel
74
80
Original file line number Diff line number Diff line change @@ -21,11 +21,13 @@ Scroll up
21
21
22
22
Scroll right
23
23
[Tags] smoke demo-set
24
+ Skip Test On Linux
24
25
Scroll Horizontally RIGHT 50
25
26
Verify String id=horizontalScrollLocation max
26
27
27
28
Scroll left
28
29
[Tags] smoke demo-set
30
+ Skip Test On Linux
29
31
Scroll Horizontally LEFT 50
30
32
Verify String id=horizontalScrollLocation min
31
33
@@ -42,11 +44,13 @@ Scroll up once
42
44
43
45
Scroll Right Once
44
46
[Tags] smoke
47
+ Skip Test On Linux
45
48
Scroll Horizontally RIGHT 1
46
49
Verify String Should Not Match id=horizontalScrollLocation min
47
50
48
51
Scroll Left Once
49
52
[Tags] smoke
53
+ Skip Test On Linux
50
54
Scroll Horizontally LEFT 1
51
55
Verify String id=horizontalScrollLocation min
52
56
@@ -56,6 +60,10 @@ Setup all tests
56
60
Set Screenshot Directory ${OUTPUT_DIR }${/ } report-images
57
61
Move To id=scrollPane
58
62
63
+ Skip Test On Linux
64
+ ${os } Get System Property os.name
65
+ Pass Execution If '${os } '=='Linux' This test can not be executed on Linux
66
+
59
67
Reset Image If Necessary
60
68
${VERTICAL } Get Node Text id=verticalScrollLocation
61
69
${HORIZONTAl } Get Node Text id=horizontalScrollLocation
You can’t perform that action at this time.
0 commit comments