add test for #1804 and #1836

This commit is contained in:
Carsten Otto 2015-05-22 23:03:12 +02:00
parent 0adad47857
commit 04fdf8c620

View file

@ -328,6 +328,13 @@ Feature: Edit a next action from every page
And I edit the context of "moving" to "@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
Given I have a todo "test"