-
Notifications
You must be signed in to change notification settings - Fork 9.4k
[MFTF] Removing the Sales MFTF dependency by Paypal module #31794
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
[MFTF] Removing the Sales MFTF dependency by Paypal module #31794
Conversation
Hi @eduard13. 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 |
@magento run Static Tests |
@magento run WebAPI Tests, Functional Tests CE, Functional Tests B2B @gabrieldagama as for the failed SVC, I think we should be fine, as we're not completely removing that Entity, just moving to another place. What do you think? |
Hi @eduard13, thanks for contributing! Yes, I agree, that shouldn't be a problem, it is a false-positive and it should be a quick approval process. |
@magento run Functional Tests CE, Functional Tests B2B |
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.
Good job!
QA not applicable |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B, Functional Tests EE |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
We have the approval for the SVC failure from our internal approval ticket comment, considering it for further process. |
✔️ QA Passed This PR is relevant to the MFTF test code factoring as per the description and as looked into the files changed. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run all tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B, WebAPI Tests |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento run Functional Tests B2B |
The requested builds are added to the queue. You should be able to see them here within a few minutes. Please re-request them if they don't show in a reasonable amount of time. |
@magento give me test instance |
Hi @eduard13. Thank you for your request. I'm working on Magento instance for you. |
Hi @eduard13, here is your Magento Instance: https://edcb0b2d20683e13de1902285a237a74.instances.magento-community.engineering |
Description (*)
The aim of this PR is to get rid of the wrong dependency of Sales module on Paypal module. This dependency leads to broken Sales MFTF tests, in case we decide to remove the Magento_Paypal module.
Tests that are failing:
This is happened because Magento_Sales MFTF tests are trying to reference for a Menu Item that was declared in Magento_Paypal module.
Related Pull Requests
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)