Quarantine flaky test

This commit is contained in:
Michael Kozono 2019-04-09 11:04:26 -07:00
parent c640f2230c
commit 8fc2347fa9
No known key found for this signature in database
GPG key ID: F30CB0E425B3F042

View file

@ -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')