Skip to content

MAGETWO-59112 Backport 2.1.x #13896

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

Merged
merged 16 commits into from
Mar 5, 2018
Merged

MAGETWO-59112 Backport 2.1.x #13896

merged 16 commits into from
Mar 5, 2018

Conversation

Ctucker9233
Copy link

@Ctucker9233 Ctucker9233 commented Feb 28, 2018

Backport MAGETWO-59112 to 2.1.x

Description

Backport MAGETWO-59112 to 2.1.x

Fixed Issues (if relevant)

Invoice Address formating Issue

Manual testing scenarios

  1. ...
  2. ...

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

magento-cicd2 commented Feb 28, 2018

CLA assistant check
All committers have signed the CLA.

@Ctucker9233
Copy link
Author

#6771 This is a backport to fix this issue

@magento-engcom-team
Copy link
Contributor

@Ctucker9233 thank you for contributing. Please accept Community Contributors team invitation here to gain extended permissions for this repository.

@@ -8,7 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Product\AddToCartCrossSellTest" summary="Promote Products as Cross-Sells" ticketId="MAGETWO-12390">
<variation name="AddToCartCrossSellTestVariation1" method="test">
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data>
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, remove 'stable: no' tag and try to run test with backported fix.

@@ -8,7 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Product\NavigateRelatedProductsTest" summary="Promote Products as Related" ticketId="MAGETWO-12392">
<variation name="NavigateRelatedProductsTestVariation1" method="test">
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data>
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, remove 'stable: no' tag and try to run test with backported fix.

@@ -8,7 +8,7 @@
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Catalog\Test\TestCase\Product\NavigateUpSellProductsTest" summary="Promote Products as Up-Sells" ticketId="MAGETWO-12391">
<variation name="NavigateUpSellProductsTestVariation1" method="test">
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test</data>
<data name="tag" xsi:type="string">test_type:acceptance_test, test_type:extended_acceptance_test, stable:no</data>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, remove 'stable: no' tag and try to run test with backported fix.

@@ -96,6 +96,7 @@ public function testFormPostInitNew($productData, $categoryData, $action, $reque
*/
public function testGetEntityStores($productData, $categoryData, $expectedStores)
{
$this->markTestSkipped('Skipped until MAGETWO-63018');
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, unskip test and try to run it.

@@ -121,6 +122,7 @@ public function testGetEntityStores($productData, $categoryData, $expectedStores
*/
public function testGetEntityStoresProductStoresException()
{
$this->markTestSkipped('Skipped until MAGETWO-63018');
Copy link
Contributor

Choose a reason for hiding this comment

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

Please, unskip test and try to run it.

Copy link
Author

Choose a reason for hiding this comment

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

OK, let me try that.

removed stable: no tag
removed skip test
removed stable:no tag
removed skip test
@Ctucker9233
Copy link
Author

@sidolov Made changes and waiting to see how the build goes.

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.

4 participants