Commit 7f40febc authored by Desiree Chevalier's avatar Desiree Chevalier

Fix for transient discussion e2e spec

parent 68a4fcce
......@@ -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