From f9232a7e9de2e044d6acea217207aec60d0241b0 Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Mon, 19 Mar 2012 20:28:13 +0100 Subject: [PATCH] forgot to remove @wip from last commit --- features/shared_add_new_todo.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/shared_add_new_todo.feature b/features/shared_add_new_todo.feature index 0c11cfd6..47d9dab3 100644 --- a/features/shared_add_new_todo.feature +++ b/features/shared_add_new_todo.feature @@ -207,7 +207,7 @@ Feature: Add new next action from every page Then I should see "a new todo" And I should not see "Currently there are no incomplete actions with the tag 'bla'" - @javascript @wip + @javascript Scenario: Adding a dependency to a todo updated the successor When I go to the "test project" project Then I should see "todo 1" @@ -217,7 +217,7 @@ Feature: Add new next action from every page Then I should see "a new todo" within the dependencies of "todo 1" And I should not see empty message for deferred todos of project - @javascript @wip + @javascript Scenario: Adding a dependency to a todo in another project Given I have a project "another project" When I go to the "another project" project