-
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
comments & validation added in cookie configuration #26886
comments & validation added in cookie configuration #26886
Conversation
Hi @ajithkumar-maragathavel. 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.
Hi @ajithkumar-maragathavel. Thank you for providing this change. I would kindly ask you to cover the validation process using an MFTF test.
Please, follow the best practices for functional tests described here
@rogyar I will cover the changes with the MFTF test and will commit the changes and let you know. |
9321bc8
to
dc14a72
Compare
@rogyar I have covered the validation using the MFTF test. Please review it and share your suggestions. |
Hi @ajithkumar-maragathavel. Thank you for covering the solution with MFTF test, great job! There's one more improvement that we can bring here. In the test, you've covered only the negative scenario (putting invalid value to the field). We may also introduce a positive scenario. So the steps will be the following:
Thank you! |
@rogyar Thanks for the review. I will also cover the positive scenario. The assertion should be written as a separate action group. Right? |
@rogyar I have also covered the positive case scenario for the cookie lifetime save operation in Magento admin. Please review it. |
Hi @rogyar, thank you for the review. |
@magento run Functional Tests B2B, Functional Tests EE |
Failed functional tests not related to the changes in this PR |
Hi @ajithkumar-maragathavel, thank you for your contribution! |
Description (*)
Go to Stores -> Settings -> Configuration -> General -> Web and expand Default Cookie Settings section.
Manual testing scenarios (*)
Contribution checklist (*)