From 0b0d47b0735e022aa077ab36eb49785af8651484 Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Wed, 22 Oct 2014 13:52:28 -0200 Subject: [PATCH] Fixed Repository creation acceptance tests for blank fields --- features/repository/create.feature | 2 ++ 1 file changed, 2 insertions(+), 0 deletions(-) diff --git a/features/repository/create.feature b/features/repository/create.feature index 63d0df2..78d26f8 100644 --- a/features/repository/create.feature +++ b/features/repository/create.feature @@ -27,6 +27,8 @@ Scenario: repository creation blank validations And I own a sample project And I have a sample configuration with native metrics And I am at the New Repository page + And I fill the Name field with " " + And I fill the Address field with " " And I set the select field "License" as "ISC License (ISC)" And I set the select field "Type" as "GIT" And I set the select field "Process Period" as "1 day" -- libgit2 0.21.2