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,7 +3,7 @@ Feature: Repository modules tree | ||
| 3 | As a regular user | 3 | As a regular user |
| 4 | I should see the tree and be able to navigate over it | 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 | Scenario: Should show modules directories root when the process has been finished | 7 | Scenario: Should show modules directories root when the process has been finished |
| 8 | Given I am a regular user | 8 | Given I am a regular user |
| 9 | And I am signed in | 9 | And I am signed in |
| @@ -18,7 +18,7 @@ Feature: Repository modules tree | @@ -18,7 +18,7 @@ Feature: Repository modules tree | ||
| 18 | And I click the "Modules Tree" h3 | 18 | And I click the "Modules Tree" h3 |
| 19 | Then I should see the given module result | 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 | Scenario: Should show children of root when the process has been finished | 22 | Scenario: Should show children of root when the process has been finished |
| 23 | Given I am a regular user | 23 | Given I am a regular user |
| 24 | And I am signed in | 24 | And I am signed in |
| @@ -53,7 +53,7 @@ Feature: Repository modules tree | @@ -53,7 +53,7 @@ Feature: Repository modules tree | ||
| 53 | And I click on the sample child's name | 53 | And I click on the sample child's name |
| 54 | Then I should see a sample child's name | 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 | Scenario: Should show modules directories root when the process has been finished | 57 | Scenario: Should show modules directories root when the process has been finished |
| 58 | Given I am a regular user | 58 | Given I am a regular user |
| 59 | And I am signed in | 59 | And I am signed in |