From 6ff23354bfcc46aca1a315e64211dc73ee543be2 Mon Sep 17 00:00:00 2001 From: Heitor Reis Date: Thu, 22 Oct 2015 15:24:15 -0200 Subject: [PATCH] Remove @wip and unneeded steps on features --- features/hotspot_metric_configuration/listing.feature | 5 ++--- features/tree_metric_configuration/listing.feature | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/features/hotspot_metric_configuration/listing.feature b/features/hotspot_metric_configuration/listing.feature index a8928eb..6d15f78 100644 --- a/features/hotspot_metric_configuration/listing.feature +++ b/features/hotspot_metric_configuration/listing.feature @@ -3,17 +3,16 @@ Feature: Hotspot Configuration listing As a regular user I should see the hotspot metric configurations of a given kalibro configuration - @kalibro_configuration_restart @javascript @wip + @kalibro_configuration_restart Scenario: When there are hotspot metric configurations and no tree metric configurations Given I have a sample configuration And I have a sample hotspot metric configuration within the given mezuro configuration When I am at the Sample Configuration page Then I should see the sample hotspot metric configuration content - And I take a picture of the page And I should see "There are no Tree Metric Configurations yet!" - @kalibro_configuration_restart @wip + @kalibro_configuration_restart Scenario: When there are hotspot metric configurations and tree metric configurations Given I have a sample configuration And I have a sample hotspot metric configuration within the given mezuro configuration diff --git a/features/tree_metric_configuration/listing.feature b/features/tree_metric_configuration/listing.feature index ef45364..0a00e40 100644 --- a/features/tree_metric_configuration/listing.feature +++ b/features/tree_metric_configuration/listing.feature @@ -12,7 +12,7 @@ Feature: Metric Configuration listing And I should see "Weight" And I should see "There are no Tree Metric Configurations yet!" - @kalibro_configuration_restart @wip + @kalibro_configuration_restart Scenario: When there are tree metric configurations and no hotspot metric configurations Given I have a sample configuration And I have a sample reading group -- libgit2 0.21.2