further fixing regressions

This commit is contained in:
Reinier Balt 2013-04-19 22:55:54 +02:00
parent a8e426a2cd
commit 8b464112ad
7 changed files with 61 additions and 59 deletions

View file

@ -19,14 +19,20 @@ Feature: Edit a next action from every page
When I go to the tag page for "starred"
Then I should see "star me"
@javascript
Scenario: I can delete a todo
@javascript
Scenario Outline: I can delete a todo
Given I have a todo "delete me" in the context "@home"
And I have selected the view for group by <grouping>
When I go to the home page
Then I should see "delete me"
When I delete the action "delete me"
Then I should not see "delete me"
Scenarios:
| grouping |
| context |
| project |
@javascript
Scenario Outline: Removing the last todo in container will hide that container
Given I have a todo "delete me" in the context "@home" in the project "do it!"
@ -68,7 +74,6 @@ Feature: Edit a next action from every page
| context | container for context "@home" | "@pc" | container for context "@pc" |
| project | container for project "do it" | "go for it" | container for project "go for it" |
@javascript
Scenario Outline: Deleting the last todo in container will show empty message # only project, context, tag, not todo
Given I have a context called "@home"