diff options
author | Michael Kozono <mkozono@gmail.com> | 2019-04-09 11:04:26 -0700 |
---|---|---|
committer | Michael Kozono <mkozono@gmail.com> | 2019-04-09 11:04:26 -0700 |
commit | 8fc2347fa96f2594f04a9482fbdca34eab349f15 (patch) | |
tree | fc4c29983fd0b4d3a1ef7f0006ae0a52ecf634b4 /spec/support/features | |
parent | c640f2230c50312f64a6d0ec9fce639ae9527902 (diff) | |
download | gitlab-ce-8fc2347fa96f2594f04a9482fbdca34eab349f15.tar.gz |
Quarantine flaky test
Diffstat (limited to 'spec/support/features')
-rw-r--r-- | spec/support/features/discussion_comments_shared_example.rb | 2 |
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') |