Commit bb960580864e02909ca61a0a6eb71674ee5d374e
1 parent
d52765ef
Exists in
colab
and in
4 other branches
Added acceptance test to Compound Metric edit configuration
signed-off-by: Pedro Paulo Vezza Campos <pedro@vezza.com.br>
Showing
1 changed file
with
3 additions
and
1 deletions
Show diff stats
features/compound_metric_configuration/edition.feature
... | ... | @@ -40,8 +40,10 @@ Feature: Compound Metric Configuration edition |
40 | 40 | When I visit the sample compound metric configuration edit page |
41 | 41 | And I fill the Code field with " " |
42 | 42 | And I fill the Weight field with " " |
43 | + And I fill the Name field with " " | |
43 | 44 | And I press the Save button |
44 | - Then I should see "Code can't be blank" | |
45 | + Then I should see "Edit Compound Metric Configuration" | |
46 | + And I should see "Code can't be blank" | |
45 | 47 | And I should see "Weight can't be blank" |
46 | 48 | |
47 | 49 | @kalibro_restart | ... | ... |