Commit c324d615220fcc540e622a6efab05755e38643e2
1 parent
459a37af
Exists in
colab
and in
4 other branches
Changed Repository's acceptance tests label from 'Kalibro Configuration' to 'Configuration'
Showing
1 changed file
with
4 additions
and
4 deletions
Show diff stats
features/repository/create.feature
| ... | ... | @@ -16,7 +16,7 @@ Scenario: repository creation |
| 16 | 16 | And I set the select field "Type" as "GIT" |
| 17 | 17 | And I fill the Address field with "https://github.com/mezuro/kalibro_gem.git" |
| 18 | 18 | And I set the select field "Process Period" as "1 day" |
| 19 | - And I set the select field "Kalibro Configuration" as "Java" | |
| 19 | + And I set the select field "Configuration" as "Java" | |
| 20 | 20 | When I press the Save button |
| 21 | 21 | Then I should see the saved repository's content |
| 22 | 22 | |
| ... | ... | @@ -32,7 +32,7 @@ Scenario: repository creation blank validations |
| 32 | 32 | And I set the select field "License" as "ISC License (ISC)" |
| 33 | 33 | And I set the select field "Type" as "GIT" |
| 34 | 34 | And I set the select field "Process Period" as "1 day" |
| 35 | - And I set the select field "Kalibro Configuration" as "Java" | |
| 35 | + And I set the select field "Configuration" as "Java" | |
| 36 | 36 | When I press the Save button |
| 37 | 37 | Then I should see "Name can't be blank" |
| 38 | 38 | And I should see "Address can't be blank" |
| ... | ... | @@ -51,7 +51,7 @@ Scenario: repository creation with name already taken |
| 51 | 51 | And I set the select field "Type" as "GIT" |
| 52 | 52 | And I fill the Address field with "https://github.com/mezuro/kalibro_gem.git" |
| 53 | 53 | And I set the select field "Process Period" as "1 day" |
| 54 | - And I set the select field "Kalibro Configuration" as "Java" | |
| 54 | + And I set the select field "Configuration" as "Java" | |
| 55 | 55 | When I press the Save button |
| 56 | 56 | Then I should see "Name should be unique within project" |
| 57 | 57 | |
| ... | ... | @@ -68,6 +68,6 @@ Scenario: Repository name with whitespaces |
| 68 | 68 | And I set the select field "Type" as "GIT" |
| 69 | 69 | And I fill the Address field with "https://github.com/mezuro/kalibro_gem.git" |
| 70 | 70 | And I set the select field "Process Period" as "1 day" |
| 71 | - And I set the select field "Kalibro Configuration" as "Java" | |
| 71 | + And I set the select field "Configuration" as "Java" | |
| 72 | 72 | When I press the Save button |
| 73 | 73 | Then I should see "Name should be unique within project" | ... | ... |