summaryrefslogtreecommitdiff
path: root/features/project
diff options
context:
space:
mode:
authorEric Eastwood <contact@ericeastwood.com>2017-04-06 16:36:38 +0000
committerAlfredo Sumaran <alfredo@gitlab.com>2017-04-06 16:36:38 +0000
commitb42dc1a52b5687972262e634cad589345fe49373 (patch)
tree1786fb11cc0615674e2bc14338331d6e8ffc740f /features/project
parent3f60fe1a6045bac777357aa0d962e1a11552468c (diff)
downloadgitlab-ce-b42dc1a52b5687972262e634cad589345fe49373.tar.gz
Linking to edit file directly
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 d4b91fec6e8..5ede935c562 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -158,6 +158,8 @@ Feature: Project Source Browse Files
Given I don't have write access
And I click on ".gitignore" file in repo
And I click button "Edit"
+ Then I should see a Fork/Cancel combo
+ And I click button "Fork"
Then I should see a notice about a new fork having been created
And I can edit code
@@ -180,6 +182,8 @@ Feature: Project Source Browse Files
Given I don't have write access
And I click on ".gitignore" file in repo
And I click button "Edit"
+ Then I should see a Fork/Cancel combo
+ And I click button "Fork"
And I edit code
And I fill the commit message
And I click on "Commit Changes"