Commit 454d15ea56c0b5b4363bb68d9e7fa9d6fee7a50b
Committed by
Heitor
1 parent
39c96ce1
Exists in
colab
and in
4 other branches
Remove wip for most of CompMetConf[...] features
They were fixed by 9f423c238409f03157117dd50f4a94783f5a3dcb which fixed cache expiration. Signed off by: Heitor Reis <marcheing@gmail.com>
Showing
3 changed files
with
4 additions
and
4 deletions
Show diff stats
features/compound_metric_configuration/create.feature
| @@ -29,7 +29,7 @@ Feature: Compound Metric Configuration Creation | @@ -29,7 +29,7 @@ Feature: Compound Metric Configuration Creation | ||
| 29 | And I should see "mcm" | 29 | And I should see "mcm" |
| 30 | And I should see "8" | 30 | And I should see "8" |
| 31 | 31 | ||
| 32 | - @kalibro_configuration_restart @javascript @wip | 32 | + @kalibro_configuration_restart @javascript |
| 33 | Scenario: compound metric configuration creation with same code | 33 | Scenario: compound metric configuration creation with same code |
| 34 | Given I am a regular user | 34 | Given I am a regular user |
| 35 | And I am signed in | 35 | And I am signed in |
features/compound_metric_configuration/edition.feature
| @@ -14,7 +14,7 @@ Feature: Compound Metric Configuration edition | @@ -14,7 +14,7 @@ Feature: Compound Metric Configuration edition | ||
| 14 | When I am at the Sample Configuration page | 14 | When I am at the Sample Configuration page |
| 15 | Then I should not see Edit within table | 15 | Then I should not see Edit within table |
| 16 | 16 | ||
| 17 | - @kalibro_configuration_restart @wip | 17 | + @kalibro_configuration_restart |
| 18 | Scenario: editing a compound metric configuration successfully | 18 | Scenario: editing a compound metric configuration successfully |
| 19 | Given I am a regular user | 19 | Given I am a regular user |
| 20 | And I am signed in | 20 | And I am signed in |
| @@ -30,7 +30,7 @@ Feature: Compound Metric Configuration edition | @@ -30,7 +30,7 @@ Feature: Compound Metric Configuration edition | ||
| 30 | Then I should see "Another_code" | 30 | Then I should see "Another_code" |
| 31 | And I should see "Compound Metric Configuration was successfully updated." | 31 | And I should see "Compound Metric Configuration was successfully updated." |
| 32 | 32 | ||
| 33 | - @kalibro_configuration_restart@javascript | 33 | + @kalibro_configuration_restart @javascript |
| 34 | Scenario: trying to edit with blank fields | 34 | Scenario: trying to edit with blank fields |
| 35 | Given I am a regular user | 35 | Given I am a regular user |
| 36 | And I am signed in | 36 | And I am signed in |
features/compound_metric_configuration/show.feature
| @@ -3,7 +3,7 @@ Feature: Show Compound Metric Configuration | @@ -3,7 +3,7 @@ Feature: Show Compound Metric Configuration | ||
| 3 | As a regular user | 3 | As a regular user |
| 4 | I should be able to see each of them | 4 | I should be able to see each of them |
| 5 | 5 | ||
| 6 | - @kalibro_configuration_restart @wip | 6 | + @kalibro_configuration_restart |
| 7 | Scenario: Checking metric configuration show link | 7 | Scenario: Checking metric configuration show link |
| 8 | Given I have a sample configuration | 8 | Given I have a sample configuration |
| 9 | And I have a sample reading group | 9 | And I have a sample reading group |