Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
indent all extra failure lines correctly in system tests
If the output from Rails' system test teardown is multiple lines, we should try and render all of the lines with proper indentation. This can happen on `rails/rails@master` now that failure screenshots can include the page HTML (rails/rails@36545), and can actually happen with v6.0.2.2 if the `method_name` ends up being a little too long.
- Loading branch information