summaryrefslogtreecommitdiff
path: root/features
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2017-06-22 17:07:19 -0700
committerStan Hu <stanhu@gmail.com>2017-06-22 17:07:19 -0700
commit516a3b788078b9296a86bfa6b8d3160ea742f851 (patch)
treead45ec7ad9bcf3c4c636dbb26858dc5aee99e918 /features
parent5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff)
downloadgitlab-ce-516a3b788078b9296a86bfa6b8d3160ea742f851.tar.gz
Revert "Annotate" to "Blame"sh-revert-annotate-for-blame
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 80aa3a047a0..9ed4f8ea1f9 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -369,7 +369,6 @@ class Spinach::Features::ProjectSourceBrowseFiles < Spinach::FeatureSteps
expect(page).to have_content 'Permalink'
expect(page).not_to have_content 'Edit'
expect(page).not_to have_content 'Blame'
- expect(page).not_to have_content 'Annotate'
expect(page).to have_content 'Delete'
expect(page).to have_content 'Replace'
end