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-11 11:43:59 +0300
committerPhil Hughes <me@iamphill.com>2016-04-11 11:43:59 +0300
commit643fe43d78044d200c863f34d05c210c3e45b5ce (patch)
tree3354f5d345dd4454cd99b9869936721d14d9f511 /features
parent1ca627f7829f4f45802687748da22cef315207a3 (diff)
Addressed feedback
Removed important from css
Diffstat (limited to 'features')
-rw-r--r--features/steps/project/source/browse_files.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 37958a924bf..e072505e5d7 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -219,7 +219,6 @@ 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 Directory ยป'
end