From 04fdf8c6201e9fed1b83496ffb63f72a44a64855 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Fri, 22 May 2015 23:03:12 +0200 Subject: [PATCH] add test for #1804 and #1836 --- features/edit_a_todo.feature | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/features/edit_a_todo.feature b/features/edit_a_todo.feature index a7c90231..54b087c4 100644 --- a/features/edit_a_todo.feature +++ b/features/edit_a_todo.feature @@ -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"