mirror of
https://github.com/TracksApp/tracks.git
synced 2026-01-23 17:26:11 +01:00
migrate update for context, project, tickler and calendar
This commit is contained in:
parent
33f68df154
commit
c64e1bcd80
16 changed files with 494 additions and 402 deletions
|
|
@ -18,3 +18,12 @@ Feature: Edit a context
|
|||
When I go to the contexts page
|
||||
Then he should see that a context named "Errands" is not present
|
||||
And he should see that a context named "OutAndAbout" is present
|
||||
|
||||
Scenario: Editing the context of a todo will remove the todo
|
||||
Given this scenario is pending
|
||||
|
||||
Scenario: Editing the description of a a todo will update that todo
|
||||
Given this scenario is pending
|
||||
|
||||
Scenario: Editing the context of the last todo will remove the todo and show empty message
|
||||
Given this scenario is pending
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue