DG MS; remove deprication warning in cukes
This commit is contained in:
parent
910b0e104c
commit
f40ed9bb25
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ And /^I scroll down$/ do
|
|||
evaluate_script("window.scrollBy(0,3000000)")
|
||||
sleep 1
|
||||
wait_until(30) { evaluate_script('$("#infscr-loading:visible").length') == 0 }
|
||||
And "I wait for the ajax to finish"
|
||||
step "I wait for the ajax to finish"
|
||||
end
|
||||
|
||||
Then /^the notification dropdown should be visible$/ do
|
||||
|
|
|
|||
Loading…
Reference in a new issue