Commit 454d15ea56c0b5b4363bb68d9e7fa9d6fee7a50b

Authored by Rafael Manzo
Committed by Heitor
1 parent 39c96ce1

Remove wip for most of CompMetConf[...] features

They were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb which fixed
cache expiration.

Signed off by: Heitor Reis <marcheing@gmail.com>
features/compound_metric_configuration/create.feature
... ... @@ -29,7 +29,7 @@ Feature: Compound Metric Configuration Creation
29 29 And I should see "mcm"
30 30 And I should see "8"
31 31  
32   - @kalibro_configuration_restart @javascript @wip
  32 + @kalibro_configuration_restart @javascript
33 33 Scenario: compound metric configuration creation with same code
34 34 Given I am a regular user
35 35 And I am signed in
... ...
features/compound_metric_configuration/edition.feature
... ... @@ -14,7 +14,7 @@ Feature: Compound Metric Configuration edition
14 14 When I am at the Sample Configuration page
15 15 Then I should not see Edit within table
16 16  
17   - @kalibro_configuration_restart @wip
  17 + @kalibro_configuration_restart
18 18 Scenario: editing a compound metric configuration successfully
19 19 Given I am a regular user
20 20 And I am signed in
... ... @@ -30,7 +30,7 @@ Feature: Compound Metric Configuration edition
30 30 Then I should see "Another_code"
31 31 And I should see "Compound Metric Configuration was successfully updated."
32 32  
33   - @kalibro_configuration_restart@javascript
  33 + @kalibro_configuration_restart @javascript
34 34 Scenario: trying to edit with blank fields
35 35 Given I am a regular user
36 36 And I am signed in
... ...
features/compound_metric_configuration/show.feature
... ... @@ -3,7 +3,7 @@ Feature: Show Compound Metric Configuration
3 3 As a regular user
4 4 I should be able to see each of them
5 5  
6   - @kalibro_configuration_restart @wip
  6 + @kalibro_configuration_restart
7 7 Scenario: Checking metric configuration show link
8 8 Given I have a sample configuration
9 9 And I have a sample reading group
... ...