Fix failing tests
This commit is contained in:
parent
a1a7bb02fe
commit
d6bf09b0b8
4 changed files with 20 additions and 11 deletions
5
spec/support/integration.rb
Normal file
5
spec/support/integration.rb
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
|
||||
# @see http://stackoverflow.com/a/11048669/2866660
|
||||
def scrolldown
|
||||
page.execute_script "window.scrollBy(0,10000)"
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue