mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-22 15:14:07 +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
|
|
@ -137,7 +137,7 @@ Feature: Show done
|
|||
Scenario Outline: I can toggle a todo active from the done pages
|
||||
When I go to the <page>
|
||||
Then I should see "todo 1"
|
||||
When I mark the complete todo "todo 1" active
|
||||
When I mark the completed todo "todo 1" active
|
||||
Then I should not see "todo 1"
|
||||
When I go to the <next page>
|
||||
Then I should see "todo 1" <where>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue