Adds missing test to pick this up. Fixes #3826.
assert_content
assert page.has_content?
The assert_content comes from capybara, and gives a much more helpful error message if the test fails.