mirror of
https://github.com/TracksApp/tracks.git
synced 2026-03-14 16:26:32 +01:00
further fixing regressions
This commit is contained in:
parent
a8e426a2cd
commit
8b464112ad
7 changed files with 61 additions and 59 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue