summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-09 19:08:30 +0000
committerDouglas Barbosa Alexandre <dbalexandre@gmail.com>2019-04-09 19:08:30 +0000
commit948a4ee666eb6f664f1207b160ae42282f37f91a (patch)
treec0fd34a648713499441e8e417ebe528fbc23229a
parent41e36b05def9ebf2b800a04d067367f7571bae9d (diff)
parent8fc2347fa96f2594f04a9482fbdca34eab349f15 (diff)
downloadgitlab-ce-948a4ee666eb6f664f1207b160ae42282f37f91a.tar.gz
Merge branch 'quarantine-flaky-test' into 'master'
Quarantine flaky test: "Discussion Comments Issue behaves like discussion comments clicking "Comment" will post a comment" / spec/support/features/discussion_comments_shared_example.rb:19 See merge request gitlab-org/gitlab-ce!27183
-rw-r--r--spec/support/features/discussion_comments_shared_example.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/support/features/discussion_comments_shared_example.rb b/spec/support/features/discussion_comments_shared_example.rb
index 5b79c40f27b..542f533d590 100644
--- a/spec/support/features/discussion_comments_shared_example.rb
+++ b/spec/support/features/discussion_comments_shared_example.rb
@@ -7,7 +7,7 @@ shared_examples 'discussion comments' do |resource_name|
let(:close_selector) { "#{form_selector} .btn-comment-and-close" }
let(:comments_selector) { '.timeline > .note.timeline-entry' }
- it 'clicking "Comment" will post a comment' do
+ it 'clicking "Comment" will post a comment', :quarantine do
expect(page).to have_selector toggle_selector
find("#{form_selector} .note-textarea").send_keys('a')