fix regressions

This commit is contained in:
Reinier Balt 2014-01-11 14:33:14 +01:00
parent 3b673f0838
commit 6238029b55
6 changed files with 6 additions and 7 deletions

View file

@ -192,9 +192,9 @@ Feature: Add new next action from every page
And I have selected the view for group by <grouping>
When I go to the <page>
And I submit a new action with description "hidden todo" to project "hidden project" with tags "test" in the context "visible context"
Then I should <see_hidden> "hidden todo"
Then I should <see_hidden> the todo "hidden todo"
When I submit a new action with description "visible todo" to project "visible project" with tags "test" in the context "visible context"
Then I should <see_visible> "visible todo"
Then I should <see_visible> the todo "visible todo"
Scenarios:
| page | grouping | see_hidden | see_visible |