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:
authorFatih Acet <acetfatih@gmail.com>2017-08-29 02:39:07 +0300
committerFatih Acet <acetfatih@gmail.com>2017-08-29 02:39:07 +0300
commite5c8d2ca51566f18ef9f203ef90d4fe1fb4fbbfa (patch)
tree233ad1888c8639b20fd051c5195d010db09c7928 /spec/support/features
parentc4eac02df893683b2e22945b5a9fe53ac35b8011 (diff)
IssueNotesRefactor: Fix broken specs.
Diffstat (limited to 'spec/support/features')
-rw-r--r--spec/support/features/reportable_note_shared_examples.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/reportable_note_shared_examples.rb b/spec/support/features/reportable_note_shared_examples.rb
index 4d7d23f0341..d10006edd85 100644
--- a/spec/support/features/reportable_note_shared_examples.rb
+++ b/spec/support/features/reportable_note_shared_examples.rb
@@ -20,7 +20,7 @@ shared_examples 'reportable note' do |type|
open_dropdown(dropdown)
expect(dropdown).to have_link('Report as abuse', href: abuse_report_path)
-
+
if type == 'issue'
expect(dropdown).to have_button('Delete comment')
else