diff options
author | Rémy Coutable <remy@rymai.me> | 2016-04-13 17:00:22 +0200 |
---|---|---|
committer | Rémy Coutable <remy@rymai.me> | 2016-04-18 14:47:50 +0200 |
commit | b2370fefad16b6b0a808a75b9a7b1d1613187693 (patch) | |
tree | 4b785c0a5a418d8beee7587d67b8f0cbe39bb10e /features/project | |
parent | 2f18c77e1b0e3b6f3d668c3cb1814d4675641a75 (diff) | |
download | gitlab-ce-b2370fefad16b6b0a808a75b9a7b1d1613187693.tar.gz |
Fix specs
Signed-off-by: Rémy Coutable <remy@rymai.me>
Diffstat (limited to 'features/project')
-rw-r--r-- | features/project/source/browse_files.feature | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature index 1e09dbc4c8f..fdffd71de85 100644 --- a/features/project/source/browse_files.feature +++ b/features/project/source/browse_files.feature @@ -124,19 +124,6 @@ Feature: Project Source Browse Files And I can see the replacement commit message @javascript - Scenario: I can create file in empty repo - Given I own an empty project - And I visit my empty project page - And I create bare repo - When I click on "add a file" link - And I edit code - And I fill the new file name - And I fill the commit message - And I click on "Commit Changes" - Then I am redirected to the new file - And I should see its new content - - @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 |