erp5_corporate_identity: downgrade heading with an attribute
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
Showing
Please register or sign in to comment
Example: <h2 class="foo">bar</h2> => <h3 class="foo">bar</h3>
@frequent when applying this patch on my branch, the corporate identity tests fail when comparing the new output document.
Can you confirm that the correct way for me to update the test is only to copy/paste manually the data from the test result logs?