let autocomplete fail gracefully when param is not set

This commit is contained in:
Reinier Balt 2011-01-10 22:47:19 +01:00
parent 05ba6060fc
commit 1a821a228f
3 changed files with 13 additions and 10 deletions

View file

@ -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