Commit bb960580864e02909ca61a0a6eb71674ee5d374e

Authored by Thiago Kenji Okada
1 parent d52765ef

Added acceptance test to Compound Metric edit configuration

signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
features/compound_metric_configuration/edition.feature
... ... @@ -40,8 +40,10 @@ Feature: Compound Metric Configuration edition
40 40 When I visit the sample compound metric configuration edit page
41 41 And I fill the Code field with " "
42 42 And I fill the Weight field with " "
  43 + And I fill the Name field with " "
43 44 And I press the Save button
44   - Then I should see "Code can't be blank"
  45 + Then I should see "Edit Compound Metric Configuration"
  46 + And I should see "Code can't be blank"
45 47 And I should see "Weight can't be blank"
46 48  
47 49 @kalibro_restart
... ...