diff options
author | Phil Hughes <me@iamphill.com> | 2016-04-11 09:43:59 +0100 |
---|---|---|
committer | Phil Hughes <me@iamphill.com> | 2016-04-11 09:43:59 +0100 |
commit | 643fe43d78044d200c863f34d05c210c3e45b5ce (patch) | |
tree | 3354f5d345dd4454cd99b9869936721d14d9f511 /features | |
parent | 1ca627f7829f4f45802687748da22cef315207a3 (diff) | |
download | gitlab-ce-643fe43d78044d200c863f34d05c210c3e45b5ce.tar.gz |
Addressed feedback
Removed important from css
Diffstat (limited to 'features')
-rw-r--r-- | features/steps/project/source/browse_files.rb | 1 |
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 |