Commit 463e7a6377d8e9a3357d468c041b7ea970f30f2e

Authored by Rafael Manzo
Committed by Heitor
1 parent f7c765f2

Remove wip from repository fixed by the latest branch code modifications

features/repository/create.feature
... ... @@ -3,7 +3,7 @@ Feature: Repository Creation
3 3 As a regular user
4 4 I should be able to create repositories
5 5  
6   -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  6 +@kalibro_configuration_restart @kalibro_processor_restart @javascript
7 7 Scenario: repository creation
8 8 Given I am a regular user
9 9 And I am signed in
... ... @@ -20,7 +20,7 @@ Scenario: repository creation
20 20 When I press the Save button
21 21 Then I should see the saved repository's content
22 22  
23   -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  23 +@kalibro_configuration_restart @kalibro_processor_restart @javascript
24 24 Scenario: repository creation blank validations
25 25 Given I am a regular user
26 26 And I am signed in
... ... @@ -37,7 +37,7 @@ Scenario: repository creation blank validations
37 37 Then I should see "Name can't be blank"
38 38 And I should see "Address can't be blank"
39 39  
40   -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  40 +@kalibro_configuration_restart @kalibro_processor_restart @javascript
41 41 Scenario: repository creation with name already taken
42 42 Given I am a regular user
43 43 And I am signed in
... ... @@ -55,7 +55,7 @@ Scenario: repository creation with name already taken
55 55 When I press the Save button
56 56 Then I should see "Name should be unique within project"
57 57  
58   -@kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  58 +@kalibro_configuration_restart @kalibro_processor_restart @javascript
59 59 Scenario: Repository name with whitespaces
60 60 Given I am a regular user
61 61 And I am signed in
... ...
features/repository/show/date_select.feature
... ... @@ -3,7 +3,7 @@ Feature: Date Select
3 3 As a regular user
4 4 I should be able to select a specific date
5 5  
6   - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  6 + @kalibro_configuration_restart @kalibro_processor_restart @javascript
7 7 Scenario: With a specific date selected
8 8 Given I have a sample project
9 9 And I have a sample configuration with native metrics
... ...