Commit 946d9a2190b8e690db2ab93b55ae78dae3175d93
Committed by
Rafael Manzo
1 parent
d84c3093
Exists in
colab
and in
4 other branches
KalibroConfigurations acceptance tests working
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
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 | ... | ... |