Commit 5a23c85f431bcae5e06319aab3f0253b6269d9ac

Authored by Rafael Manzo
1 parent db58be72

Fixes repository creation acceptance test

Showing 1 changed file with 1 additions and 1 deletions   Show diff stats
features/repository/create.feature
@@ -31,7 +31,7 @@ Scenario: repository creation @@ -31,7 +31,7 @@ Scenario: repository creation
31 And I set the select field Type as "GIT" 31 And I set the select field Type as "GIT"
32 And I fill the Address field with "https://github.com/mezuro/kalibro_entities.git" 32 And I fill the Address field with "https://github.com/mezuro/kalibro_entities.git"
33 And I set the select field Configuration as the sample configuration 33 And I set the select field Configuration as the sample configuration
34 - When I press the Create Repository button 34 + When I press the Save button
35 Then I should be in the Sample Project page 35 Then I should be in the Sample Project page
36 And I should not see There are no repositories yet! 36 And I should not see There are no repositories yet!
37 And I should see "Kalibro" 37 And I should see "Kalibro"