Commit 948a4ee6 authored by Douglas Barbosa Alexandre's avatar Douglas Barbosa Alexandre

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
parents 41e36b05 8fc2347f
...@@ -7,7 +7,7 @@ shared_examples 'discussion comments' do |resource_name| ...@@ -7,7 +7,7 @@ shared_examples 'discussion comments' do |resource_name|
let(:close_selector) { "#{form_selector} .btn-comment-and-close" } let(:close_selector) { "#{form_selector} .btn-comment-and-close" }
let(:comments_selector) { '.timeline > .note.timeline-entry' } 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 expect(page).to have_selector toggle_selector
find("#{form_selector} .note-textarea").send_keys('a') find("#{form_selector} .note-textarea").send_keys('a')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment