Commit 8f48ef54e5145d65057db91f74260b5e7ba201ac

Authored by Diego Camarinha
Committed by Rafael Manzo
1 parent aff7a44a

Acceptance tests for modules tree passing

signed-off-by: Renan Fichberg <rfichberg@gmail.com>
Showing 1 changed file with 2 additions and 2 deletions   Show diff stats
features/repository/show/modules_tree.feature
... ... @@ -35,7 +35,7 @@ Feature: Repository modules tree
35 35 And I should see "Granularity"
36 36 And I should see "Grade"
37 37  
38   - @kalibro_restart @javascript @wip
  38 + @kalibro_restart @javascript
39 39 Scenario: Module navigation
40 40 Given I am a regular user
41 41 And I am signed in
... ... @@ -49,4 +49,4 @@ Feature: Repository modules tree
49 49 When I visit the repository show page
50 50 And I click the "Modules Tree" h3
51 51 And I click on the sample child's name
52   - Then I should see a sample child's name
53 52 \ No newline at end of file
  53 + Then I should see a sample child's name
... ...