diff --git a/features/edit_a_todo.feature b/features/edit_a_todo.feature index fb60b9aa..c1cf9391 100644 --- a/features/edit_a_todo.feature +++ b/features/edit_a_todo.feature @@ -236,6 +236,13 @@ Feature: Edit a next action from every page When I go to the "project one" project Then I should see the todo "todo 1" + @javascript + Scenario: I can give a todo without a project a blank project name + Given I have a todo "todo 1" in the context "@pc" + When I go to the home page + And I edit the project of "todo 1" to "" + Then I should see the todo "todo 1" + @javascript Scenario: I can edit a todo to move it to the tickler When I go to the home page