another attempt at #1150 and fix some failing cucumber scenarios

This commit is contained in:
Reinier Balt 2011-04-19 16:40:55 +02:00
parent 539e18d87e
commit cb58318858
11 changed files with 82 additions and 86 deletions

View file

@ -83,7 +83,7 @@ Feature: Edit a next action from every page
Scenario Outline: I can mark a deferred todo complete and it will update empty messages
Given I have a context called "visible context"
And I have a project called "visible project"
When I go to the <page> # not for home page or context because it does not show deferred todos
When I go to the <page>
Then I should see "<empty message>"
When I submit a new deferred action with description "visible todo" to project "visible project" with tags "starred" in the context "visible context"
Then I should see "visible todo"