Add a test for #1441

This commit is contained in:
Dan Rice 2014-04-02 16:39:13 -04:00
parent 3c737ea294
commit f50dc9602a

View file

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