mirror of
https://github.com/diaspora/diaspora.git
synced 2026-01-09 15:18:11 -05:00
Replace "execute_script" in spec scrolling down on notifications
This commit is contained in:
@@ -24,7 +24,7 @@ And "I wait for notifications to load" do
|
||||
end
|
||||
|
||||
And "I scroll down on the notifications dropdown" do
|
||||
page.execute_script("$('.notifications').scrollTop(350)")
|
||||
find(".notifications").scroll_to(0, 350)
|
||||
end
|
||||
|
||||
Then "the notification dropdown should be visible" do
|
||||
|
||||
Reference in New Issue
Block a user