-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix JS error on the create account page with multishipping #32634
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
Conversation
Hi @ihor-sviziev. Thank you for your contribution
❗ Automated tests can be triggered manually with an appropriate comment:
You can find more information about the builds here ℹ️ Please run only needed test builds instead of all when developing. Please run all test builds before sending your PR for review. For more details, please, review the Magento Contributor Guide documentation. 🕙 You can find the schedule on the Magento Community Calendar page. 📞 The triage of Pull Requests happens in the queue order. If you want to speed up the delivery of your contribution, please join the Community Contributions Triage session to discuss the appropriate ticket. 🎥 You can find the recording of the previous Community Contributions Triage on the Magento Youtube Channel ✏️ Feel free to post questions/proposals/feedback related to the Community Contributions Triage process to the corresponding Slack Channel |
@magento run all tests |
app/code/Magento/Customer/view/frontend/templates/form/register.phtml
Outdated
Show resolved
Hide resolved
@magento run all tests |
Hi @ihor-sviziev, in my opinion this issue should have at least a @magento give me 2.4-develop instance |
Hi @eduard13. Thank you for your request. I'm working on Magento instance for you. |
@eduard13 unfrortunately, I don't have enough knowledge about MFTF. Could you help me with that? |
Hi @eduard13, here is your Magento Instance: https://aca4105249d09569a741cbd221576093-2-4-develop.instances.magento-community.engineering |
@magento run Functional Tests B2B, WebAPI Tests |
@magento run all tests |
@magento run Unit Tests, Functional Tests EE, Functional Tests B2B |
@ihor-sviziev, I think the following issues can be added to the list of issues to be fixed:
There is even another PR trying to fix it #27608 (even though that one fixes some more issues at the same time I think) Just FYI |
@hostep thx for the list. Actually I think it's better to fix the JS error and not any other improvements right now. They might be added later if needed |
@magento run Functional Tests EE |
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.
The failed test doesn't seem related to these changes.
Hi @eduard13, thank you for the review. |
Hi, The issue was already fixed in 461509d. I'm closing this PR as it's not relevant anymore |
Hi @ihor-sviziev, thank you for your contribution! |
Description (*)
My PR fixes JS error that happened on the Create account page using multishipping checkout.
URL looks like this https://example.com/multishipping/checkout/addresses/
Covered in: #32638
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Expected result:
There shouldn't be any JS errors
Actual result:


We have a JS error that causing multiple issues, listed in "fixed issues" section:
It was caused by an incorrect JSON file - in the source code we see the following code:

Note: I don't think that MFTF tests will be effective here, as you still CAN create an account if you'll put all needed info correctly, while some JS part is broken on the page.
Questions or comments
Contribution checklist (*)