From c10013d04aed50226a1a3ffd651995c8569942ec Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Mon, 9 Feb 2015 15:57:52 -0200 Subject: [PATCH] CompoundMetricConfiguration edition with invalid parameters acceptance test fixed --- features/compound_metric_configuration/edition.feature | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/features/compound_metric_configuration/edition.feature b/features/compound_metric_configuration/edition.feature index 3194852..8bebf3a 100644 --- a/features/compound_metric_configuration/edition.feature +++ b/features/compound_metric_configuration/edition.feature @@ -30,7 +30,7 @@ Feature: Compound Metric Configuration edition Then I should see "Another_code" And I should see "Compound Metric Configuration was successfully updated." - @kalibro_configuration_restart + @kalibro_configuration_restart @javascript Scenario: trying to edit with blank fields Given I am a regular user And I am signed in @@ -48,7 +48,7 @@ Feature: Compound Metric Configuration edition And I should see "Name can't be blank" And I should see "Script can't be blank" And I should see "Code can't be blank" - And I should see "Weight can't be blank" + And I should see "Weight must be greater than 0" @kalibro_configuration_restart @javascript -- libgit2 0.21.2