Commit 6ff23354bfcc46aca1a315e64211dc73ee543be2
1 parent
7a1820e6
Exists in
colab
and in
4 other branches
Remove @wip and unneeded steps on features
Signed off by: Diego Araújo <diegoamc90@gmail.com>
Showing
2 changed files
with
3 additions
and
4 deletions
Show diff stats
features/hotspot_metric_configuration/listing.feature
... | ... | @@ -3,17 +3,16 @@ Feature: Hotspot Configuration listing |
3 | 3 | As a regular user |
4 | 4 | I should see the hotspot metric configurations of a given kalibro configuration |
5 | 5 | |
6 | - @kalibro_configuration_restart @javascript @wip | |
6 | + @kalibro_configuration_restart | |
7 | 7 | Scenario: When there are hotspot metric configurations and no tree metric configurations |
8 | 8 | Given I have a sample configuration |
9 | 9 | And I have a sample hotspot metric configuration within the given mezuro configuration |
10 | 10 | When I am at the Sample Configuration page |
11 | 11 | Then I should see the sample hotspot metric configuration content |
12 | - And I take a picture of the page | |
13 | 12 | And I should see "There are no Tree Metric Configurations yet!" |
14 | 13 | |
15 | 14 | |
16 | - @kalibro_configuration_restart @wip | |
15 | + @kalibro_configuration_restart | |
17 | 16 | Scenario: When there are hotspot metric configurations and tree metric configurations |
18 | 17 | Given I have a sample configuration |
19 | 18 | And I have a sample hotspot metric configuration within the given mezuro configuration | ... | ... |
features/tree_metric_configuration/listing.feature
... | ... | @@ -12,7 +12,7 @@ Feature: Metric Configuration listing |
12 | 12 | And I should see "Weight" |
13 | 13 | And I should see "There are no Tree Metric Configurations yet!" |
14 | 14 | |
15 | - @kalibro_configuration_restart @wip | |
15 | + @kalibro_configuration_restart | |
16 | 16 | Scenario: When there are tree metric configurations and no hotspot metric configurations |
17 | 17 | Given I have a sample configuration |
18 | 18 | And I have a sample reading group | ... | ... |