mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-20 14:14:09 +01:00
fix regression for editing project settings from project page
This commit is contained in:
parent
0012a56ecb
commit
2aef2b5622
7 changed files with 20 additions and 12 deletions
|
|
@ -160,7 +160,7 @@ Feature: dependencies
|
|||
When I mark "test 1" as complete
|
||||
And I should see "test 1" in the completed container
|
||||
And I should see that "test 2" does not have dependencies
|
||||
When I mark the complete todo "test 1" active
|
||||
When I mark the completed todo "test 1" active
|
||||
Then I should not see "test 1" in the completed container
|
||||
And I should see "test 1" in the deferred container
|
||||
And I should see "test 1" within the dependencies of "test 2"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue