Commit 7d183086 authored by Rémy Coutable's avatar Rémy Coutable

test: Remove useless and flaky expectation in MR diff note test

Signed-off-by: default avatarRémy Coutable <remy@rymai.me>
parent 21a5837d
......@@ -111,7 +111,6 @@ RSpec.describe 'Merge request > User resolves diff notes and threads', :js do
it 'shows resolved thread when toggled' do
find(".timeline-content .discussion[data-discussion-id='#{note.discussion_id}'] .discussion-toggle-button").click
expect(page.find(".line-holder-placeholder")).to be_visible
expect(page.find(".timeline-content #note_#{note.id}")).to be_visible
end
......
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