From 463e7a6377d8e9a3357d468c041b7ea970f30f2e Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 10 Jun 2015 15:34:48 -0300 Subject: [PATCH] Remove wip from repository fixed by the latest branch code modifications --- features/repository/create.feature | 8 ++++---- features/repository/show/date_select.feature | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/features/repository/create.feature b/features/repository/create.feature index d79fff7..f1bf74a 100644 --- a/features/repository/create.feature +++ b/features/repository/create.feature @@ -3,7 +3,7 @@ Feature: Repository Creation As a regular user I should be able to create repositories -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip +@kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: repository creation Given I am a regular user And I am signed in @@ -20,7 +20,7 @@ Scenario: repository creation When I press the Save button Then I should see the saved repository's content -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip +@kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: repository creation blank validations Given I am a regular user And I am signed in @@ -37,7 +37,7 @@ Scenario: repository creation blank validations Then I should see "Name can't be blank" And I should see "Address can't be blank" -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip +@kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: repository creation with name already taken Given I am a regular user And I am signed in @@ -55,7 +55,7 @@ Scenario: repository creation with name already taken When I press the Save button Then I should see "Name should be unique within project" -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip +@kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Repository name with whitespaces Given I am a regular user And I am signed in diff --git a/features/repository/show/date_select.feature b/features/repository/show/date_select.feature index 36e115e..55c7a63 100644 --- a/features/repository/show/date_select.feature +++ b/features/repository/show/date_select.feature @@ -3,7 +3,7 @@ Feature: Date Select As a regular user I should be able to select a specific date - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: With a specific date selected Given I have a sample project And I have a sample configuration with native metrics -- libgit2 0.21.2