From c02f77516e62637c60b3dd0211334a7eafa28610 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 19 Oct 2015 15:53:45 -0200 Subject: [PATCH] Remove fixed wips for Repository show acceptance --- features/repository/show/independent.feature | 2 +- features/repository/show/metric_results.feature | 4 ++-- features/repository/show/modules_tree.feature | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/features/repository/show/independent.feature b/features/repository/show/independent.feature index 2a5497d..b050ea9 100644 --- a/features/repository/show/independent.feature +++ b/features/repository/show/independent.feature @@ -3,7 +3,7 @@ Feature: Date Select As a regular user I should be able to navigate within it - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: With a idenpendent repository Given I am a regular user And I am signed in diff --git a/features/repository/show/metric_results.feature b/features/repository/show/metric_results.feature index 52a5aca..d550edd 100644 --- a/features/repository/show/metric_results.feature +++ b/features/repository/show/metric_results.feature @@ -3,7 +3,7 @@ Feature: Repository metric results As a regular user I should see the metric results table with its graphics - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show the message when the graphic of the given metric has only a single point Given I am a regular user And I am signed in @@ -21,7 +21,7 @@ Feature: Repository metric results And I click on the sample metric's name Then I should see "Loading data. Please, wait." - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show no range message after a process without range Given I am a regular user And I am signed in diff --git a/features/repository/show/modules_tree.feature b/features/repository/show/modules_tree.feature index a7dde87..07ce6e4 100644 --- a/features/repository/show/modules_tree.feature +++ b/features/repository/show/modules_tree.feature @@ -3,7 +3,7 @@ Feature: Repository modules tree As a regular user I should see the tree and be able to navigate over it - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show modules directories root when the process has been finished Given I am a regular user And I am signed in @@ -18,7 +18,7 @@ Feature: Repository modules tree And I click the "Modules Tree" h3 Then I should see the given module result - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show children of root when the process has been finished Given I am a regular user And I am signed in @@ -36,7 +36,7 @@ Feature: Repository modules tree And I should see "Granularity" And I should see "Grade" - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Module navigation Given I am a regular user And I am signed in -- libgit2 0.21.2