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-03-29 13:11:16 +0300
committerPhil Hughes <me@iamphill.com>2016-04-06 13:08:40 +0300
commitb31005899858bb19f5de06b49621fa1d73dbe037 (patch)
tree0f0889d3ee99c7bebde2c476e13083f413e94898 /features
parent7fe19046d6633d01f1a326a5cc0d80a24879f04d (diff)
Use new dropdowns for MR compare
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/source/browse_files.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 5beb2cc6d76..f73bb425e57 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -218,8 +218,8 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
end
step 'I see Browse code link' do
- expect(page).to have_link 'Browse Files »'
- expect(page).not_to have_link 'Browse File »'
+ expect(page).to have_link 'Browse Files'
+ expect(page).not_to have_link 'Browse File'
expect(page).not_to have_link 'Browse Directory »'
end