mirror of
https://github.com/TracksApp/tracks.git
synced 2026-02-07 08:21:47 +01:00
let autocomplete fail gracefully when param is not set
This commit is contained in:
parent
05ba6060fc
commit
1a821a228f
3 changed files with 13 additions and 10 deletions
|
|
@ -15,10 +15,10 @@ Feature: Edit a next action from every page
|
|||
Scenario: I can delete a todo
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Deleting the last todo in context will hide context
|
||||
Scenario: Removing the last todo in context will hide context # delete, edit
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: Deleting the last todo in container will show empty message
|
||||
Scenario: Deleting the last todo in container will show empty message # only project, context, tag, not todo
|
||||
Given this is a pending scenario
|
||||
|
||||
Scenario: I can mark a todo complete
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue