mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-25 16:44:09 +01:00
Merge pull request #1805 from C-Otto/tracks-1727
Sort deferred actions by "show from" in tickler, #1727
This commit is contained in:
commit
55e28d90a9
4 changed files with 21 additions and 2 deletions
|
|
@ -98,3 +98,12 @@ Feature: Manage deferred todos
|
|||
| grouping |
|
||||
| context |
|
||||
| project |
|
||||
|
||||
Scenario: Opening the tickler page shows the deferred todos in order
|
||||
Given I have a deferred todo "show tomorrow" in the context "Context B" deferred by 1 day
|
||||
And I have a deferred todo "show in a year" in the context "Context B" deferred by 365 days
|
||||
And I have a deferred todo "show in a week" in the context "Context B" deferred by 7 days
|
||||
When I go to the tickler page
|
||||
Then I should see "show tomorrow" before "show in a week"
|
||||
And I should see "show tomorrow" before "show in a year"
|
||||
And I should see "show in a week" before "show in a year"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue