-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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: Storefront Contact Us Form Submitting #29037
base: 2.4-develop
Are you sure you want to change the base?
MFTF: Storefront Contact Us Form Submitting #29037
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. |
@magento create issue |
✔️ QA Passed |
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. |
✔️ QA PassedNo manual testing is required |
@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 message the #magento-devops slack channel if they don't show in a reasonable amount of time and a representative will look into any issues. |
@magento run all tests |
@magento run all tests |
The Functional B2B test failures are not consistent in recent 2 builds. Seems to be flaky, hence moving it to Merge in Progress. Run 2: https://public-results-storage-prod.magento-testing-service.engineering/reports/magento/magento2/pull/29037/a0c7fabef195972cd7299abeea41b8e4/Functional/allure-report-b2b/index.html#categories/a644910ae0cb11e839a98baa21929b76/6ea694f657a93eeb/ |
This PR contains two MFTF tests for submitting "Contact Us" form on storefront.
Steps to reproduce:
1 - Navigate to "Contact Us" page
2 - Fill in all required fields with valid data
3 - Submit the form
4 - Perform Assertions
5 - Fill in email field with invalid email address
6 - Try submit the form
7 - Perform assertions
Resolved issues: