Commit edf0dd2f713d7bb2c229a9d9f360dc5486219ac9

Authored by Rafael Manzo
Committed by Heitor
1 parent c02f7751

Remove wipped modules tree acceptance test

It was still wipped because a random fail probably because of time
dependency.

Signed off by: Heitor Reis <marcheing@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
features/repository/show/modules_tree.feature
... ... @@ -51,7 +51,7 @@ Feature: Repository modules tree
51 51 And I click on the sample child's name
52 52 Then I should see a sample child's name
53 53  
54   - @kalibro_configuration_restart @kalibro_processor_restart @javascript @wip
  54 + @kalibro_configuration_restart @kalibro_processor_restart @javascript
55 55 Scenario: Should show modules directories root when the process has been finished
56 56 Given I am a regular user
57 57 And I am signed in
... ... @@ -64,4 +64,5 @@ Feature: Repository modules tree
64 64 And I ask for the module result of the given processing
65 65 When I visit the repository show page
66 66 And I click the "Modules Tree" h3
  67 + And I take a picture of the page
67 68 Then I should see the given module result
... ...