Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhil Hughes <me@iamphill.com>2016-04-07 18:10:44 +0300
committerPhil Hughes <me@iamphill.com>2016-04-07 18:10:44 +0300
commit1ca627f7829f4f45802687748da22cef315207a3 (patch)
tree990bf6c2ad5d8d0b3cf4791e447658ec1e4eb419 /features
parent39ecce05c7c3b5d8054b4deb61028695872acc9e (diff)
Fixed tests
Diffstat (limited to 'features')
-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