Actions
Refactor #35196
closedUse assert_equal in rendered template snapshots
Description
The current code uses assert false, "Rendered template ..."
but this doesn't show you exactly what's wrong in a report like on Jenkins. By using assert_equal a diff is shown in the report.
Added by Ewoud Kohl van Wijngaarden over 2 years ago
Actions
Fixes #35196 - Use assert_equal to match rendered templates
This allows the report to properly show up in Jenkins, rather than the
unhelpful message that it didn't match.