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

Corrected the translation for comment tag #21023

Conversation

yogeshsuhagiya
Copy link
Member

Corrected the translation for <comment> tag and added translation key
Goto: STORES > Configuration > Payment Methods > RECOMMENDED SOLUTIONS: > OTHER PAYPAL PAYMENT SOLUTIONS: > Payflow Pro > Required PayPal Settings > Payflow Pro and Express Checkout. > Enable PayPal Credit

Fixed Issues (if relevant)

N/A

Manual testing scenarios

N/A

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 on Travis CI are green)

@magento-engcom-team
Copy link
Contributor

Hi @yogeshks. 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-engcom-team give me test instance - deploy test instance based on PR changes
  • @magento-engcom-team give me 2.3-develop instance - deploy vanilla Magento instance

For more details, please, review the Magento Contributor Assistant documentation

@sivaschenko
Copy link
Member

Hi @yogeshsuhagiya thanks for the pull request! I will be able to process it once you sing the CLA

@yogeshsuhagiya
Copy link
Member Author

Hi @sivaschenko, I've signed CLA. Can you process ahead?

@magento-engcom-team
Copy link
Contributor

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

@yogeshsuhagiya
Copy link
Member Author

yogeshsuhagiya commented Feb 21, 2019

Hello @magento-engcom-team, please take a look into this PR. And let me know if any modification requires.

@sivaschenko
Copy link
Member

HI @yogeshsuhagiya can you please check the failed Travis build?

@yogeshsuhagiya
Copy link
Member Author

Hi @sivaschenko , I've checked failed Travis build. It shows the following message. I didn't get it can you please help me to fix it?

There was 1 failure:

  1. Magento\Paypal\Model\Config\Structure\Reader\ReaderTest::testXmlConvertedConfigurationAndCompereStructure
    Failed asserting that two arrays are equal.
    --- Expected
    +++ Actual
    @@ @@
  •                                'translate' => 'label comment'
    
  •                                'translate' => 'label'
    

@@ @@

  •                                                'translate' => 'label'
    
  •                                                'translate' => 'label comment'
    

/home/travis/build/magento/magento2/dev/tests/integration/testsuite/Magento/Paypal/Model/Config/Structure/Reader/ReaderTest.php:113

@yogeshsuhagiya
Copy link
Member Author

hello @magento-engcom-team, will you please let me know what I have to do next for this PR?

@yogeshsuhagiya
Copy link
Member Author

Hello @magento-engcom-team, Almost 20+ days passed but still no progress.

@sivaschenko
Copy link
Member

Hi @yogeshsuhagiya Magento\Paypal\Model\Config\Structure\Reader\ReaderTest::testXmlConvertedConfigurationAndCompereStructure is failing on this pull request. I will help you to fix it. Feel free to contanct me in slack if you'd like to disscuss it.

@yogeshsuhagiya
Copy link
Member Author

yogeshsuhagiya commented Mar 4, 2019

Hi @sivaschenko, I like to discuss this issue with you in slack, will you please share your slack username? so I can ping you or you can also ping me on yogeshsuhagiya username.

@sivaschenko
Copy link
Member

Failed integration test Magento\Paypal\Model\Config\Structure\Reader\ReaderTest::testXmlConvertedConfigurationAndCompereStructure is actually covering the include node processing by Magento\Config\Model\Config\Structure\Reader.
The test is using app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro_with_express_checkout.xml as part of test data. So changes to this file caused test to fail.

The test for Magento\Config\Model\Config\Structure\Reader should be removed from the Magento_PayPal module and moved to Magento_Config module. Sample test data added within integration tests scope should be used instead of actual paypal system.xml files.

@yogeshsuhagiya
Copy link
Member Author

Hi @sivaschenko, any updates?

@sivaschenko
Copy link
Member

Thanks for follow up @yogeshsuhagiya , the refactoring of the test in on our list, planning to do that soon.

@nmalevanec nmalevanec self-assigned this Mar 19, 2019
@nmalevanec
Copy link
Contributor

nmalevanec commented Mar 19, 2019

Failed integration test Magento\Paypal\Model\Config\Structure\Reader\ReaderTest::testXmlConvertedConfigurationAndCompereStructure is actually covering the include node processing by Magento\Config\Model\Config\Structure\Reader.
The test is using app/code/Magento/Paypal/etc/adminhtml/system/paypal_payflowpro_with_express_checkout.xml as part of test data. So changes to this file caused test to fail.

The test for Magento\Config\Model\Config\Structure\Reader should be removed from the Magento_PayPal module and moved to Magento_Config module. Sample test data added within integration tests scope should be used instead of actual paypal system.xml files.

@sivaschenko I've refactored mentioned above test and removed usage of actual config.

@yogeshsuhagiya
Copy link
Member Author

Hi @sivaschenko, any updates? Passed 8 days more since last update

@magento-engcom-team
Copy link
Contributor

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

@sivaschenko
Copy link
Member

@yogeshsuhagiya sorry for delay and thanks for the reminder!

@yogeshsuhagiya
Copy link
Member Author

hello @sivaschenko Not an issue.

@VasylShvorak
Copy link
Contributor

✔️ QA passed

@m2-assistant
Copy link

m2-assistant bot commented Apr 9, 2019

Hi @yogeshsuhagiya, 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants