-
Notifications
You must be signed in to change notification settings - Fork 9.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix duplicated footer in Magento_Customer emails #27356
Fix duplicated footer in Magento_Customer emails #27356
Conversation
Hi @ptylek. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Failing tests are not related to the current changes
Hi @rogyar, thank you for the review.
|
app/code/Magento/Customer/view/frontend/email/change_email.html
Outdated
Show resolved
Hide resolved
I would like to cover that with tests, but actually both footers are slightly different and it does not make sense to cover this specific case. The other two cases were covered: |
@rogyar do you know any update for this PR? As @lbajsarowicz suggested, it does not make sense to cover this specific case. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @ptylek . Thanks for collaboration. Due to Magento Definition of Done all code must be covered by tests. In this case, I think it can be covered by an integration test. Can you do it?
@VladimirZaets I didn't know how to approach this issue with tests. I asked @lbajsarowicz and he advised
If there are any issues, maybe this change can be marked as cleanup. |
@magento create issue |
Hi @VladimirZaets, thank you for the review. |
Hi @ptylek, thank you for your contribution! |
Description (*)
Email templates for change email, change email and password, password reset have duplicated
Thank you
note which is already in the footer:and footer template is imported.
Fixing this will remove duplicated content in email.
Related Pull Requests
Fixed Issues (if relevant)
Couldn't find any issues, maybe there is some.
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)
Resolved issues: