fix regression for editing project settings from project page

This commit is contained in:
Reinier Balt 2012-04-03 13:41:09 +02:00
parent 0012a56ecb
commit 2aef2b5622
7 changed files with 20 additions and 12 deletions

View file

@ -137,7 +137,7 @@ Feature: Show done
Scenario Outline: I can toggle a todo active from the done pages
When I go to the <page>
Then I should see "todo 1"
When I mark the complete todo "todo 1" active
When I mark the completed todo "todo 1" active
Then I should not see "todo 1"
When I go to the <next page>
Then I should see "todo 1" <where>