Skip to content
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

Conversation

Usik2203
Copy link
Contributor

Description (*)

This PR fixed #25162 issue
72064499-ab887300-32e4-11ea-82de-2408bfd26459

Fixed Issues (if relevant)

  1. Message at Frontend has No HTML format #25162: Message at Frontend has No HTML format

Manual testing scenarios (*)

  1. ...
  2. ...

Questions or comments

Contribution checklist (*)

  • Pull request has a meaningful description of its purpose
  • All commits are accompanied by meaningful commit messages
  • All new or changed code is covered with unit/integration tests (if applicable)
  • All automated tests passed successfully (all builds are green)

@m2-assistant
Copy link

m2-assistant bot commented Jan 20, 2020

Hi @Usik2203. Thank you for your contribution
Here is some useful tips how you can test your changes using Magento test environment.
Add the comment under your pull request to deploy test or vanilla Magento instance:

  • @magento give me test instance - deploy test instance based on PR changes
  • @magento give me 2.4-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Guide documentation.

@Usik2203
Copy link
Contributor Author

@magento give me test instance

@Usik2203
Copy link
Contributor Author

Hi @rogyar .
I have closed wrong PR #26328 and created this.
I added MFTF tests as You mentioned before.
I have some trouble with Adobe CLA but I will solve it soon.

Thank You.

@Usik2203 Usik2203 added the Partner: Atwix Pull Request is created by partner Atwix label Jan 20, 2020
@magento-engcom-team
Copy link
Contributor

Hi @Usik2203. Thank you for your request. I'm working on Magento instance for you

1 similar comment
@magento-engcom-team
Copy link
Contributor

Hi @Usik2203. Thank you for your request. I'm working on Magento instance for you

@magento-engcom-team magento-engcom-team added the partners-contribution Pull Request is created by Magento Partner label Jan 21, 2020
@magento-engcom-team
Copy link
Contributor

Hi @Usik2203, here is your new Magento instance.
Admin access: https://pr-26455.instances.magento-community.engineering/admin_e8d7
Login: d1d1f60c Password: d41451532ea1
Instance will be terminated in up to 3 hours.

Copy link
Contributor

@lbajsarowicz lbajsarowicz left a 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">
Copy link
Contributor

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?

Copy link
Contributor Author

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">
Copy link
Contributor

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.

Copy link
Contributor Author

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.
Screenshot 2020-01-27 at 13 38 03

Also I couldn't find examples in core without admin/
Could You Please advise me something about it. If you can.

Thanks.

Copy link
Contributor

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 :-)

@ghost ghost assigned lbajsarowicz Jan 25, 2020
Copy link
Contributor

@lbajsarowicz lbajsarowicz left a 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"/>
Copy link
Contributor

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"/>
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Use AdminLogoutActionGroup please

@magento-engcom-team
Copy link
Contributor

Hi @lbajsarowicz, thank you for the review.
ENGCOM-6691 has been created to process this Pull Request
✳️ @lbajsarowicz, could you please add one of the following labels to the Pull Request?

Label Description
Auto-Tests: Covered All changes in Pull Request is covered by auto-tests
Auto-Tests: Not Covered Changes in Pull Request requires coverage by auto-tests
Auto-Tests: Not Required Changes in Pull Request does not require coverage by auto-tests

@engcom-Alfa engcom-Alfa self-assigned this Jan 27, 2020
@engcom-Alfa engcom-Alfa added the Auto-Tests: Covered All changes in Pull Request is covered by auto-tests label Jan 27, 2020
@magento-engcom-team
Copy link
Contributor

Hi @lbajsarowicz, thank you for the review.
ENGCOM-6691 has been created to process this Pull Request

@engcom-Alfa
Copy link
Contributor

engcom-Alfa commented Jan 27, 2020

✔️ QA Passed

Before:
before

After:
after

@engcom-Golf
Copy link
Contributor

@magento run all tests

@engcom-Charlie engcom-Charlie self-assigned this Jan 28, 2020
@engcom-Charlie
Copy link
Contributor

@magento run all tests

@m2-assistant
Copy link

m2-assistant bot commented Feb 7, 2020

Hi @Usik2203, thank you for your contribution!
Please, complete Contribution Survey, it will take less than a minute.
Your feedback will help us to improve contribution process.

@sdzhepa sdzhepa mentioned this pull request May 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Frontend Auto-Tests: Covered All changes in Pull Request is covered by auto-tests Component: Newsletter Partner: Atwix Pull Request is created by partner Atwix partners-contribution Pull Request is created by Magento Partner Progress: accept Release Line: 2.4
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Message at Frontend has No HTML format
7 participants