Commit 0b0d47b0735e022aa077ab36eb49785af8651484

Authored by Rafael Manzo
1 parent 57608630

Fixed Repository creation acceptance tests for blank fields

This is a bug introduced by the required fields modification

Signed off by: Renan Fichberg <rfichberg@gmail.com>
Showing 1 changed file with 2 additions and 0 deletions   Show diff stats
features/repository/create.feature
... ... @@ -27,6 +27,8 @@ Scenario: repository creation blank validations
27 27 And I own a sample project
28 28 And I have a sample configuration with native metrics
29 29 And I am at the New Repository page
  30 + And I fill the Name field with " "
  31 + And I fill the Address field with " "
30 32 And I set the select field "License" as "ISC License (ISC)"
31 33 And I set the select field "Type" as "GIT"
32 34 And I set the select field "Process Period" as "1 day"
... ...