diff options
author | Stan Hu <stanhu@gmail.com> | 2017-06-22 17:07:19 -0700 |
---|---|---|
committer | Stan Hu <stanhu@gmail.com> | 2017-06-22 17:07:19 -0700 |
commit | 516a3b788078b9296a86bfa6b8d3160ea742f851 (patch) | |
tree | ad45ec7ad9bcf3c4c636dbb26858dc5aee99e918 /features | |
parent | 5cd1a48d5e1b020770cb105eb946ff2936e2136a (diff) | |
download | gitlab-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.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 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 |