diff options
author | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-07-05 17:01:38 +0100 |
---|---|---|
committer | Tiago Botelho <tiagonbotelho@hotmail.com> | 2017-07-05 19:10:14 +0100 |
commit | 1207d451ed934f3ce2d8c02130a8e6b2cac88a70 (patch) | |
tree | 35f501038ecc6cde3927666d4011d0fb03f9b771 /features/project | |
parent | d1e0b1b3a8404f3a7b54db09c46fb614ca3fcb93 (diff) | |
download | gitlab-ce-1207d451ed934f3ce2d8c02130a8e6b2cac88a70.tar.gz |
Removes file_name_regex from Gitlab::Regex32408-allow-creation-of-files-and-dirs-with-spaces-in-web-ui
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/source/browse_files.feature | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature index 472ec9544f3..59a625056d6 100644 --- a/features/project/source/browse_files.feature +++ b/features/project/source/browse_files.feature @@ -131,16 +131,6 @@ Feature: Project Source Browse Files Then I can see the new text file @javascript - Scenario: If I enter an illegal file name I see an error message - Given I click on "New file" link in repo - And I fill the new file name with an illegal name - And I edit code - And I fill the commit message - And I click on "Commit changes" - Then I am on the new file page - And I see "Path can contain only..." - - @javascript Scenario: I can create file with a directory name Given I click on "New file" link in repo And I fill the new file name with a new directory |