Merge branch '2.3_branch'

This commit is contained in:
Dan Rice 2015-06-14 18:20:08 -04:00
commit 8dd4970b0c
6 changed files with 36 additions and 10 deletions

View file

@ -326,7 +326,14 @@ Feature: Edit a next action from every page
Given I have a deferred todo "moving" in context "@pc" with tags "tag"
When I go to the tickler page
And I edit the context of "moving" to "@new"
And I should see the container for context "@new"
Then I should see the container for context "@new"
@javascript
Scenario: Editing the context of a todo in the project view to a new context will show new context
Given I have a todo "something" in the context "@pc" in the project "project"
When I go to the "project" project page
And I edit the context of "something" to "@new"
Then I should see the container for context "@new"
@javascript
Scenario: Making an error when editing a todo will show error message