Skip to content
Snippets Groups Projects
Commit 5e4053ce authored by Olga Matviienko's avatar Olga Matviienko
Browse files

MAGETWO-59112: [GITHUB] Invoice Address Formatting Issue #6771

parent 732972b4
Branches
No related merge requests found
......@@ -8,8 +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">stable:no</data>
<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>
<data name="products" xsi:type="string">simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price</data>
<data name="promotedProducts" xsi:type="string">simple1:simple2,config1;config1:simple2</data>
<data name="navigateProductsOrder" xsi:type="string">simple1,config1,simple2</data>
......
......@@ -8,8 +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">stable:no</data>
<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>
<data name="products" xsi:type="string">simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price</data>
<data name="selectable" xsi:type="string">simple1:yes,simple2:yes,config1:no</data>
<data name="promotedProducts" xsi:type="string">simple1:simple2,config1;config1:simple2</data>
......
......@@ -8,8 +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">stable:no</data>
<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>
<data name="products" xsi:type="string">simple1::catalogProductSimple::product_with_category,simple2::catalogProductSimple::product_with_category,config1::configurableProduct::two_options_with_fixed_price</data>
<data name="promotedProducts" xsi:type="string">simple1:simple2,config1;config1:simple2</data>
<data name="navigateProductsOrder" xsi:type="string">simple1,config1,simple2</data>
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment