Commit 9147bad90f9c3108f521d9d84ba05ea1b7c19e4b

Authored by Diego Camarinha
1 parent 0333d5c8

Fixed create feature acceptance test for metric configuration

Showing 1 changed file with 3 additions and 2 deletions   Show diff stats
features/metric_configuration/create.feature
... ... @@ -42,6 +42,7 @@ Feature: Metric Configuration Creation
42 42 Then I should be at the choose metric page
43 43 # Checks for error loading metrics with '' characters
44 44 When I click the "Checkstyle" h3
45   - And I click the Average 'for' Depth link
46   - Then I should see "Average nested depth of all 'for' blocks."
  45 + And I click the Average 'if' Depth link
  46 + And I wait for "1" seconds
  47 + Then I should see "Average nested depth of all 'if-else' blocks. Default maximum: 1."
47 48  
... ...