Commit 643a03b58513317b60649cbf54e8e602119cd4a3

Authored by Guilherme Roja V. de Lima
Committed by Guilherme Rojas
1 parent cd805c02

Improving acceptance test for mezuro range.

signed-off-by: Fellipe Souto Sampaio <fllsouto@gmail.com>
Showing 1 changed file with 2 additions and 1 deletions   Show diff stats
features/mezuro_range/create.feature
@@ -104,7 +104,8 @@ Feature: Create range @@ -104,7 +104,8 @@ Feature: Create range
104 And I set the select field "Reading" as "My Reading" 104 And I set the select field "Reading" as "My Reading"
105 When I press the Save button 105 When I press the Save button
106 Then I should be at the New Range page 106 Then I should be at the New Range page
107 - And I should see "1 error prohibited this MezuroRange from getting saved" 107 + And I should see "1 error prohibited this MezuroRange from getting saved"
  108 + And I should see "Beginning is not a number"
108 109
109 @kalibro_restart 110 @kalibro_restart
110 Scenario: With an invalid end (not a number) 111 Scenario: With an invalid end (not a number)