-
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
25162 fixed wrong format link #26455
25162 fixed wrong format link #26455
Conversation
Hi @Usik2203. Thank you for your contribution
For more details, please, review the Magento Contributor Guide documentation. |
@magento give me test instance |
Hi @Usik2203. Thank you for your request. I'm working on Magento instance for you |
1 similar comment
Hi @Usik2203. Thank you for your request. I'm working on Magento instance for you |
Hi @Usik2203, here is your new Magento instance. |
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.
Only small changes to be applied.
|
||
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd"> | ||
<actionGroup name="AssertAdminNewsletterConfigFieldGuestNotAllowedActionGroup"> |
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.
I'm not sure, but there's no assertion in this Action Group. Maybe there's other name that is better fit?
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 @lbajsarowicz .
I have applied Your recommendation.
Thank you for your advice.
--> | ||
<pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" | ||
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd"> | ||
<page name="AdminNewsletterConfigPage" url="admin/system_config/edit/section/newsletter/" area="admin" module="Magento_Newsletter"> |
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.
You don't need to provide admin/
at the beginning.
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 @lbajsarowicz.
After changes url="admin/system_config/edit/section/newsletter/"
to url="system_config/edit/section/newsletter/"
I am getting such issue. I can't visit config page correctly.
Also I couldn't find examples in core without admin/
Could You Please advise me something about it. If you can.
Thanks.
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.
OK. I'm sorry, revert admin/
then. I'll take a look into it later :-)
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.
Just minor changes to be introduced. Great job! : )
<test name="VerifyRegistredLinkDisplayedForGuestSubscriptionNoTest"> | ||
<before> | ||
<!--Log in to Magento as admin.--> | ||
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/> |
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.
Use LoginActionGroup
instead, please.
<!--Allow Guest Subscription NO--> | ||
<actionGroup ref="AdminNewsletterConfigFieldSetGuestNotAllowedActionGroup" stepKey="amOnNewsletterConfigField"/> | ||
<!--Log out from Magento admin.--> | ||
<actionGroup ref="logout" stepKey="logoutFromAdmin"/> |
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.
Use AdminLogoutActionGroup
please
Hi @lbajsarowicz, thank you for the review.
|
Hi @lbajsarowicz, thank you for the review. |
@magento run all tests |
@magento run all tests |
Hi @Usik2203, thank you for your contribution! |
Description (*)
This PR fixed #25162 issue
Fixed Issues (if relevant)
Manual testing scenarios (*)
Questions or comments
Contribution checklist (*)