We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6f1b5d4 commit 377aefdCopy full SHA for 377aefd
test/functional/common_w3c_actions.rb
@@ -19,10 +19,10 @@ def w3c_scroll(driver)
19
action_builder = driver.action
20
input = action_builder.pointer_inputs[0]
21
action_builder
22
- .move_to_location(window.width / 2, window.width * 8 / 10)
+ .move_to_location(window.width / 2, window.height * 8 / 10)
23
.pointer_down(:left)
24
.pause(input, 1)
25
- .move_to_location(window.width / 2, window.width / 10)
+ .move_to_location(window.width / 2, window.height / 10)
26
27
.release
28
.perform
0 commit comments