Commit 946d9a2190b8e690db2ab93b55ae78dae3175d93

Authored by Diego Camarinha
Committed by Rafael Manzo
1 parent d84c3093

KalibroConfigurations acceptance tests working

features/kalibro_configuration/edition.feature
... ... @@ -60,7 +60,7 @@ Feature: Configuration
60 60 And I am at the sample configuration edit page
61 61 And I fill the Name field with "Qt-Calculator"
62 62 When I press the Save button
63   - Then I should see "Name There is already a KalibroConfiguration with name Qt-Calculator!"
  63 + Then I should see "Name has already been taken"
64 64  
65 65 @kalibro_configuration_restart
66 66 Scenario: Editing just the description
... ...