diff --git a/features/repository/show/modules_tree.feature b/features/repository/show/modules_tree.feature index b5648fa..85ea977 100644 --- a/features/repository/show/modules_tree.feature +++ b/features/repository/show/modules_tree.feature @@ -3,7 +3,7 @@ Feature: Repository modules tree As a regular user I should see the tree and be able to navigate over it - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show modules directories root when the process has been finished Given I am a regular user And I am signed in @@ -18,7 +18,7 @@ Feature: Repository modules tree And I click the "Modules Tree" h3 Then I should see the given module result - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show children of root when the process has been finished Given I am a regular user And I am signed in @@ -53,7 +53,7 @@ Feature: Repository modules tree And I click on the sample child's name Then I should see a sample child's name - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip + @kalibro_configuration_restart @kalibro_processor_restart @javascript Scenario: Should show modules directories root when the process has been finished Given I am a regular user And I am signed in -- libgit2 0.21.2