-
Notifications
You must be signed in to change notification settings - Fork 9.4k
Fix the issue with missing asterisk for admin required fields #18905
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
Fix the issue with missing asterisk for admin required fields #18905
Conversation
Hi @dmytro-ch. Thank you for your contribution
For more details, please, review the Magento Contributor Assistant documentation |
@magento-engcom-team give me 2.2-develop instance |
Hi @rogyar. Thank you for your request. I'm working on Magento 2.2-develop instance for you |
Hi @rogyar, here is your Magento instance. |
@magento-engcom-team give me test instance |
Hi @rogyar. Thank you for your request. I'm working on Magento instance for you |
Hi @rogyar, here is your new Magento instance. |
Hi @dmytro-ch , we found few test failures with current solution:
Please, take a look |
For now, I've resolved the mentioned failures, except the "CreateProductAttributeEntityTest" test. |
Hi @dmytro-ch , will you continue work on this? |
Hello @sidolov. The problem should be related to my local environment setup, considering the same tests permanently fail in 2.2-develop branch.
I'm using:
I was also trying to use PhantomJS and Firefox instead of Chrome, but encountered another issue. I'm not sure I can finish this PR soon. So the issue can be passed to another developer, in order to finish it ASAP. Thank you! |
Hi @dmytro-ch , try to use older version of selenium, for example, 2.53.1 and corresponded driver for it. |
@sidolov, thank you for the recomendations. I've downgraded following dependencies:
But exactly the same issues still arise as previously. I'm running the test separately on clean database.
All the required system configs are also set (https://devdocs.magento.com/guides/v2.2/mtf/mtf_quickstart/mtf_quickstart_magento.html). |
Hi @dmytro-ch. Thank you for your contribution. Please, consider to port this solution to 2.3 release line. |
Preconditions
There is a missing asterisk for admin required fields.
Description (*)
Looks like the issue was accidentally caused by the following commit: 7d4721d
Fixed Issues
Manual testing scenarios (*)
Expected result
Contribution checklist (*)