From 908149ea61012a85a6e25e222f5f8c09542bb8fd Mon Sep 17 00:00:00 2001 From: Reinier Balt Date: Wed, 8 Jan 2014 22:04:40 +0100 Subject: [PATCH] some features that were wip-ed because of cucumber issues seem to pass --- features/edit_a_todo.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/features/edit_a_todo.feature b/features/edit_a_todo.feature index 33326e3d..c3e5bda1 100644 --- a/features/edit_a_todo.feature +++ b/features/edit_a_todo.feature @@ -52,7 +52,7 @@ Feature: Edit a next action from every page | context | container for context "@home" | | project | container for project "do it!" | - @javascript @wip + @javascript Scenario Outline: Changing container of the todo in that container will hide it # this script fails on https://code.google.com/p/selenium/issues/detail?id=3075 for selenium-webdriver > 2.14. # and selenium-webdriver < 2.20 fails on firefox 11 :-( So @wip for now. This may work with webkit though @@ -247,7 +247,7 @@ Feature: Edit a next action from every page When I go to the tickler page Then I should see the todo "start later" - @javascript @wip + @javascript Scenario: I can defer a todo # this script fails on https://code.google.com/p/selenium/issues/detail?id=3075 for selenium-webdriver > 2.14. # and selenium-webdriver < 2.20 fails on firefox 11 :-( So @wip for now. This will work on webkit though @@ -258,7 +258,7 @@ Feature: Edit a next action from every page When I go to the tickler page Then I should see "start later" - @javascript @wip + @javascript Scenario: I can make a project from a todo # this script fails on https://code.google.com/p/selenium/issues/detail?id=3075 for selenium-webdriver > 2.14. # and selenium-webdriver < 2.20 fails on firefox 11 :-( So @wip for now. This will work on webkit though