From bb960580864e02909ca61a0a6eb71674ee5d374e Mon Sep 17 00:00:00 2001 From: Thiago Kenji Okada Date: Wed, 14 May 2014 13:54:54 -0300 Subject: [PATCH] Added acceptance test to Compound Metric edit configuration --- features/compound_metric_configuration/edition.feature | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/features/compound_metric_configuration/edition.feature b/features/compound_metric_configuration/edition.feature index b11042c..26ebfb1 100644 --- a/features/compound_metric_configuration/edition.feature +++ b/features/compound_metric_configuration/edition.feature @@ -40,8 +40,10 @@ Feature: Compound Metric Configuration edition When I visit the sample compound metric configuration edit page And I fill the Code field with " " And I fill the Weight field with " " + And I fill the Name field with " " And I press the Save button - Then I should see "Code can't be blank" + Then I should see "Edit Compound Metric Configuration" + And I should see "Code can't be blank" And I should see "Weight can't be blank" @kalibro_restart -- libgit2 0.21.2