Commit 90ab51d4 authored by Dan Davison's avatar Dan Davison

Merge branch 'qa-fix-transient-discussion-spec' into 'master'

Fix for transient discussion e2e spec

See merge request gitlab-org/gitlab!59497
parents 59cee834 7f40febc
......@@ -29,7 +29,7 @@ module QA
expect(issue_page).to have_comment(my_first_reply)
issue_page.reply_to_discussion(1, my_second_reply)
issue_page.reply_to_discussion(1, "#{my_second_reply}\n")
expect(issue_page).to have_comment(my_second_reply)
......
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