@@ -12,7 +12,7 @@ describe("Scroll", () => {
12
12
cy . wait ( timeout )
13
13
cy . reload ( )
14
14
cy . wait ( timeout )
15
- cy . get ( ".example-1-element" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 526.926 , 0)" )
15
+ cy . get ( ".example-1-element" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 527.498 , 0)" )
16
16
17
17
cy . scrollTo ( 0 , 1200 )
18
18
cy . wait ( timeout )
@@ -21,14 +21,14 @@ describe("Scroll", () => {
21
21
cy . get ( ".example-2-element" ) . should (
22
22
"have.css" ,
23
23
"transform" ,
24
- "matrix3d(-1.2457 , -0.189284 , 0, 0, 0.189284 , -1.2457 , 0, 0, 0, 0, 1.26, 0, 0, 0, 0, 1)"
24
+ "matrix3d(-1.24449 , -0.197107 , 0, 0, 0.197107 , -1.24449 , 0, 0, 0, 0, 1.26, 0, 0, 0, 0, 1)"
25
25
)
26
26
27
27
cy . scrollTo ( 0 , 2100 )
28
28
cy . wait ( timeout )
29
29
cy . reload ( )
30
30
cy . wait ( timeout )
31
- cy . get ( ".example-3-element-1" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, -368.826 , 0)" )
31
+ cy . get ( ".example-3-element-1" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, -369.455 , 0)" )
32
32
33
33
cy . get ( ".example-3-element-2" ) . should (
34
34
"have.css" ,
@@ -42,18 +42,18 @@ describe("Scroll", () => {
42
42
cy . wait ( timeout )
43
43
44
44
cy . get ( ".example-4-element-1" )
45
- . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, -135.664 , 0)" )
45
+ . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, -135.747 , 0)" )
46
46
. and ( "have.css" , "opacity" , "0.05" )
47
47
48
48
cy . get ( ".example-4-element-2" )
49
- . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 131.605 , 0)" )
49
+ . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 131.772 , 0)" )
50
50
. and ( "have.css" , "opacity" , "0.05" )
51
51
52
52
cy . scrollTo ( 0 , 4150 )
53
53
cy . wait ( timeout )
54
54
cy . reload ( )
55
55
cy . wait ( timeout )
56
- cy . get ( ".example-5-element" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 121.638 , 0)" )
56
+ cy . get ( ".example-5-element" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 138.242 , 0)" )
57
57
58
58
cy . scrollTo ( 0 , 4900 )
59
59
cy . wait ( timeout )
@@ -78,26 +78,26 @@ describe("Scroll", () => {
78
78
cy . get ( ".example-8-element" ) . should (
79
79
"have.css" ,
80
80
"transform" ,
81
- "matrix(-0.873262 , -0.48725 , 0.48725 , -0.873262 , 0, 0)"
81
+ "matrix(-0.870184 , -0.492727 , 0.492727 , -0.870184 , 0, 0)"
82
82
)
83
83
84
84
cy . scrollTo ( 0 , 6900 )
85
85
cy . wait ( timeout )
86
86
cy . reload ( )
87
87
cy . wait ( timeout )
88
88
89
- cy . get ( ".example-9-element-1" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 210.5 )" )
89
+ cy . get ( ".example-9-element-1" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 210.8 )" )
90
90
91
- cy . get ( ".example-9-element-2" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 197.202 )" )
91
+ cy . get ( ".example-9-element-2" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 197.661 )" )
92
92
93
- cy . get ( ".example-9-element-3" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 173.088 )" )
93
+ cy . get ( ".example-9-element-3" ) . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 173.586 )" )
94
94
95
95
cy . scrollTo ( 0 , 8600 )
96
96
cy . wait ( timeout )
97
97
cy . reload ( )
98
98
cy . wait ( timeout )
99
99
cy . get ( ".example-11-element" )
100
- . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 40.3 )" )
100
+ . should ( "have.css" , "transform" , "matrix(1, 0, 0, 1, 0, 40.8 )" )
101
101
. and ( "have.css" , "opacity" , "1" )
102
102
} )
103
103
0 commit comments