summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
Diffstat (limited to 'features/project')
-rw-r--r--features/project/source/browse_files.feature4
1 files changed, 4 insertions, 0 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index ee26f5371a9..fd9a2f01a28 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -20,6 +20,10 @@ Feature: Project Browse files
And I click link "raw"
Then I should see raw file content
+ Scenario: I can create file
+ Given I click on "new file" link in repo
+ Then I can see new file page
+
@javascript
Scenario: I can edit file
Given I click on "Gemfile.lock" file in repo