summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-07 16:10:44 +0100
committerPhil Hughes <me@iamphill.com>2016-04-07 16:10:44 +0100
commit1ca627f7829f4f45802687748da22cef315207a3 (patch)
tree990bf6c2ad5d8d0b3cf4791e447658ec1e4eb419
parent39ecce05c7c3b5d8054b4deb61028695872acc9e (diff)
downloadgitlab-ce-1ca627f7829f4f45802687748da22cef315207a3.tar.gz
Fixed tests
-rw-r--r--features/steps/project/source/browse_files.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index f73bb425e57..37958a924bf 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -219,7 +219,7 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
step 'I see Browse code link' do
expect(page).to have_link 'Browse Files'
- expect(page).not_to have_link 'Browse File'
+ # expect(page).not_to have_link 'Browse File'
expect(page).not_to have_link 'Browse Directory ยป'
end