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

@ -116,7 +116,7 @@ Feature: Edit a next action from every page
Then I should see empty message for todos of <page type>
And I should not see the container for context "visible context"
And I should not see empty message for completed todos of <page type>
When I mark the complete todo "visible todo" active
When I mark the completed todo "visible todo" active
Then I should see the container for context "visible context"
And I should see empty message for completed todos of <page type>
And I should see "visible todo" in the context container for "visible context"
@ -133,7 +133,7 @@ Feature: Edit a next action from every page
When I go to the <page>
Then I should see empty message for todos of <page type>
And I should not see empty message for completed todos of <page type>
When I mark the complete todo "visible todo" active
When I mark the completed todo "visible todo" active
And I should see empty message for completed todos of <page type>
And I should not see empty message for todos of <page type>