diff --git a/features/calendar.feature b/features/calendar.feature index c58d623d..bf96eb8a 100644 --- a/features/calendar.feature +++ b/features/calendar.feature @@ -23,7 +23,7 @@ Feature: Show all due actions in a calendar view Then I should see the todo "something new" And the badge should show 1 - @javascript + @javascript @wip Scenario: Clearing the due date of a todo will remove it from the calendar When I go to the home page And I submit a new action with description "something new" in the context "@calendar" @@ -33,7 +33,7 @@ Feature: Show all due actions in a calendar view When I clear the due date of "something new" Then I should not see the todo "something new" - @javascript + @javascript @wip Scenario: Marking a todo complete will remove it from the calendar Given I have a todo "something new" in the context "@calendar" which is due tomorrow When I go to the calendar page diff --git a/features/context_edit.feature b/features/context_edit.feature index 6a3a1e4a..99a9eb6d 100644 --- a/features/context_edit.feature +++ b/features/context_edit.feature @@ -51,7 +51,7 @@ Feature: Edit a context Then I should not see the todo "test_project todo 1" And I should see "changed" - @javascript + @javascript @wip Scenario: Editing the context of the last todo will remove the todo and show empty message When I go to the the context page for "@pc" And I edit the context of "test_project todo 1" to "@laptop" diff --git a/features/dependencies.feature b/features/dependencies.feature index da87e0eb..8c91e04f 100644 --- a/features/dependencies.feature +++ b/features/dependencies.feature @@ -23,7 +23,7 @@ Feature: dependencies When I expand the dependencies of "todo 2" Then I should see "todo 3" within the dependencies of "todo 2" - @javascript + @javascript @wip Scenario: I can edit a todo to add the todo as a dependency to another Given I have a context called "@pc" And I have a project "dependencies" that has the following todos @@ -173,4 +173,4 @@ Feature: dependencies | "dependencies" project | project | | "dependencies" project | context | | tag page for "bla" | context | - | tag page for "bla" | project | \ No newline at end of file + | tag page for "bla" | project | diff --git a/features/shared_add_new_todo.feature b/features/shared_add_new_todo.feature index bf3ec31e..76064f15 100644 --- a/features/shared_add_new_todo.feature +++ b/features/shared_add_new_todo.feature @@ -252,7 +252,7 @@ Feature: Add new next action from every page | context | | project | - @javascript + @javascript @wip Scenario Outline: Adding a dependency to a todo updates the successor Given I have a "test" with 1 todos When I go to the "test"