Commit 7791e0cd2cd3c00662bb8b13d4211b96eb9a2c88
Committed by
Heitor
1 parent
1038c5e1
Exists in
colab
and in
4 other branches
Remove wips from modules tree feature.
Signed off by: Rafael Reggiani Manzo <rr.manzo@gmail.com>
Showing
1 changed file
with
3 additions
and
3 deletions
Show diff stats
features/repository/show/modules_tree.feature
... | ... | @@ -3,7 +3,7 @@ Feature: Repository modules tree |
3 | 3 | As a regular user |
4 | 4 | I should see the tree and be able to navigate over it |
5 | 5 | |
6 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
6 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
7 | 7 | Scenario: Should show modules directories root when the process has been finished |
8 | 8 | Given I am a regular user |
9 | 9 | And I am signed in |
... | ... | @@ -18,7 +18,7 @@ Feature: Repository modules tree |
18 | 18 | And I click the "Modules Tree" h3 |
19 | 19 | Then I should see the given module result |
20 | 20 | |
21 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
21 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
22 | 22 | Scenario: Should show children of root when the process has been finished |
23 | 23 | Given I am a regular user |
24 | 24 | And I am signed in |
... | ... | @@ -53,7 +53,7 @@ Feature: Repository modules tree |
53 | 53 | And I click on the sample child's name |
54 | 54 | Then I should see a sample child's name |
55 | 55 | |
56 | - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip | |
56 | + @kalibro_configuration_restart @kalibro_processor_restart @javascript | |
57 | 57 | Scenario: Should show modules directories root when the process has been finished |
58 | 58 | Given I am a regular user |
59 | 59 | And I am signed in | ... | ... |