-
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] Using action group to go to admin category page #27689
[MFTF] Using action group to go to admin category page #27689
Conversation
Hi @Usik2203. 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.
According to the failing tests most likely there's an issue on the test generation step. Usually, it happens when there's some error like missing action group or so.
Could you, please, run the functional tests locally and make sure that you have no errors?
Thank you!
Hi @rogyar . Thanks you! |
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.
👍 That is really nice of you that you decided to replace these Actions into ActionGroups. Thank you!
Hi @lbajsarowicz, thank you for the review.
|
QA not applicable |
@magento run Functional Tests CE |
Hi @Usik2203, thank you for your contribution! |
Description (*)
This PR using
AdminOpenCategoryPageActionGroup
to go to admin category page.And changes this part of code
<amOnPage url="{{AdminCategoryPage.url}}" stepKey="goToCategoryPage"/>
<waitForPageLoad stepKey="waitForCategoryPageLoad"/>