finish updating cucumber scenario's to the stricter capybara

This commit is contained in:
Reinier Balt 2013-01-01 17:38:59 +01:00
parent ee3f8a3f8b
commit 796685072d
11 changed files with 55 additions and 34 deletions

View file

@ -105,7 +105,7 @@ Feature: Manage the list of projects
And I have a project "very busy" with 10 todos
When I go to the projects page
Then the project "test" should be above the project "very busy"
When I sort the list by number of tasks
When I sort the active list by number of tasks
Then the project "very busy" should be above the project "test"
@javascript