summaryrefslogtreecommitdiff
path: root/features/project/source
diff options
context:
space:
mode:
authorDouwe Maan <douwe@gitlab.com>2015-12-08 22:31:40 +0100
committerDouwe Maan <douwe@gitlab.com>2015-12-08 22:31:40 +0100
commit0f89e6905db6fe821332013e8ddb2707079e0ba4 (patch)
tree2806aa378444383e0d0db40fe89e4928d86f4227 /features/project/source
parent57d71520bdc2ba79ba8182802cd944d4fb42a192 (diff)
downloadgitlab-ce-0f89e6905db6fe821332013e8ddb2707079e0ba4.tar.gz
Fix spec
Diffstat (limited to 'features/project/source')
-rw-r--r--features/project/source/browse_files.feature6
1 files changed, 0 insertions, 6 deletions
diff --git a/features/project/source/browse_files.feature b/features/project/source/browse_files.feature
index 37f99b37619..439787f2641 100644
--- a/features/project/source/browse_files.feature
+++ b/features/project/source/browse_files.feature
@@ -110,12 +110,6 @@ Feature: Project Source Browse Files
Given I visit a binary file in the repo
Then I cannot see the edit button
- Scenario: If I don't have edit permission the edit link is disabled
- Given public project "Community"
- And I visit project "Community" source page
- And I click on ".gitignore" file in repo
- Then The edit button is disabled
-
@javascript
Scenario: I can edit and commit file
Given I click on ".gitignore" file in repo