From 131053fc1f12c4159ac4e8b97cdcf5675e6fcfc2 Mon Sep 17 00:00:00 2001 From: Carsten Otto Date: Fri, 22 May 2015 22:37:05 +0200 Subject: [PATCH] cleanup test --- features/edit_a_todo.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/features/edit_a_todo.feature b/features/edit_a_todo.feature index c1cf9391..a7c90231 100644 --- a/features/edit_a_todo.feature +++ b/features/edit_a_todo.feature @@ -326,7 +326,7 @@ 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: Making an error when editing a todo will show error message