Skip to content

Commit

Permalink
remove take_screenshot
Browse files Browse the repository at this point in the history
  • Loading branch information
noi5e authored Dec 22, 2020
1 parent 6afa2cb commit e5a26d1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/system/comment_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -289,7 +289,6 @@ def setup
find("div#comment-#{comment_ids[number]}-reply-section button", text: 'Publish').click
wait_for_ajax
end
take_screenshot
# assert that the replies went to the right comments
assert_selector("#c" + comment_ids[0] + "show div div div p", text: 'A')
assert_selector("#c" + comment_ids[1] + "show div div div p", text: 'H')
Expand Down

0 comments on commit e5a26d1

Please sign in to comment.