-
Notifications
You must be signed in to change notification settings - Fork 9.4k
MFTF: Enabling Email To Friend Functionality. Assert Options #29042
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: Enabling Email To Friend Functionality. Assert Options #29042
Conversation
Hi @DmitryTsymbal. 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. |
@magento run all tests |
Hi @dmytro-ch, thank you for the review. |
✔️ QA Passed |
@magento create issue |
@magento run all tests |
@magento run Functional Tests CE |
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.
@DmitryTsymbal Please fix the MFTF tests. They are failing since a couple of days ago there were introduced static checks for MFTF tests:
Test AdminCatalogEmailToFriendSettingsTest is missing the required annotations: severity
Test AdminCreateCreditMemoWithZeroPriceCheckOrderStatusTest is missing the required annotations: stories, severity
Hello @slavvka , I have added missed severity annotation into AdminCatalogEmailToFriendSettingsTest test. |
@magento run all tests |
Hi @sidolov, thank you for the review. |
Hi @DmitryTsymbal, thank you for your contribution! |
Description
This PR with a test that Enables Email To A Friend Functionality in Admin Panel
Steps To reproduce:
1 - Login to admin
2 - Enable Email To A Friend Functionality
3 - Navigate to Stores->Configuration->Catalog->Email To A Friend
4 - Assert additional options
Resolved issues: