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:
authorIlya Vassilevsky <vassilevsky@gmail.com>2017-03-31 14:40:49 +0300
committerIlya Vassilevsky <vassilevsky@gmail.com>2017-06-02 07:48:02 +0300
commit3801dc0e6e245929ba7140cc8e69154f64f1a669 (patch)
tree3705cacce3a632f900a44766462904c05b5cba65 /features/steps
parent5cb8ad6c57bc8588add7ae47a82842a707ab2298 (diff)
Promote blameless culture by using "annotate" instead
User-facing changes (fast & easy win)
Diffstat (limited to 'features/steps')
-rw-r--r--features/steps/project/source/browse_files.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/features/steps/project/source/browse_files.rb b/features/steps/project/source/browse_files.rb
index 6efd4374b32..d099d7af167 100644
--- a/features/steps/project/source/browse_files.rb
+++ b/features/steps/project/source/browse_files.rb
@@ -372,6 +372,7 @@ 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