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 |

View file

@ -33,7 +33,7 @@ Feature: Tagging todos
Scenario: I can add a new todo from tag view with a different tag and it will not be added to the page
When I go to the tag page for "tracks"
And I submit a new action with description "prepare release" and the tags "release, next" in the context "@pc"
Then I should not see "prepare release"
Then I should not see the todo "prepare release"
@javascript
Scenario: I can move a tagged todo in tag view to a hidden project and it will move the todo on the page to the hidden container