get all non-wip scenarios running again for context and project

This commit is contained in:
Reinier Balt 2010-11-09 23:12:21 +01:00
parent 0e81706fee
commit d1b35090ab
7 changed files with 41 additions and 66 deletions

View file

@ -45,6 +45,7 @@ end
When /^I sort the list by number of tasks$/ do
click_link "By number of tasks"
selenium.wait_for :wait_for => :ajax, :javascript_framework => :jquery
selenium.get_confirmation.should == "Are you sure that you want to sort these projects by the number of tasks? This will replace the existing sort order."
end