Commit d1d74814 authored by Douwe Maan's avatar Douwe Maan

Fix creating diff notes in features

parent ce30827c
......@@ -231,7 +231,7 @@ describe 'Comments', feature: true do
end
def click_diff_line(data = line_code)
find(".line_holder[id='#{data}'] td:nth-of-type(1)").hover
find(".line_holder[id='#{data}'] td.line_content").hover
find(".line_holder[id='#{data}'] button").trigger('click')
end
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