DG MS; remove deprication warning in cukes

This commit is contained in:
danielgrippi 2011-12-07 17:32:09 -08:00
parent 910b0e104c
commit f40ed9bb25

View file

@ -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