Skip to content

Commit 792ca67

Browse files
author
Sergii Kovalenko
committed
Merge remote-tracking branch 'remotes/mainline/develop' into MAGETWO-53349
2 parents a6c4c89 + 4269541 commit 792ca67

23 files changed

+49
-32
lines changed

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/BraintreeSettlementReportTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Braintree\Test\TestCase\BraintreeSettlementReportTest" summary="Braintree Settlement Report.">
1010
<variation name="BraintreeSettlementReportTestVariation1" summary="Braintree Settlement Report" ticketId="MAGETWO-48162">
11-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
11+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1212
<data name="customer/dataset" xsi:type="string">default</data>
1313
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1414
<data name="checkoutMethod" xsi:type="string">login</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalCartTest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Braintree\Test\TestCase\CheckoutWithBraintreePaypalCartTest" summary="One page checkout with Braintree PayPal.">
1010
<variation name="CheckoutWithBraintreePaypalCartTestVariation1" summary="Registered Checkout with Braintree PayPal from Cart" ticketId="MAGETWO-39363">
11-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
11+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1212
<data name="customer/dataset" xsi:type="string">default</data>
1313
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1414
<data name="checkoutMethod" xsi:type="string">login</data>
@@ -27,7 +27,7 @@
2727
<constraint name="Magento\Sales\Test\Constraint\AssertAuthorizationInCommentsHistory" />
2828
</variation>
2929
<variation name="CheckoutWithBraintreePaypalCartTestVariation2" summary="Registered Checkout with Braintree PayPal from Mini Cart with payment action Authorize and Capture" ticketId="MAGETWO-39363">
30-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
30+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
3131
<data name="customer/dataset" xsi:type="string">default</data>
3232
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
3333
<data name="checkoutMethod" xsi:type="string">login</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CheckoutWithBraintreePaypalMinicartTest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Braintree\Test\TestCase\CheckoutWithBraintreePaypalMinicartTest" summary="One page checkout with Braintree PayPal.">
1010
<variation name="CheckoutWithBraintreePaypalMinicartTestVariation1" summary="Registered Checkout with Braintree PayPal from Mini Cart" ticketId="MAGETWO-39359">
11-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
11+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1212
<data name="customer/dataset" xsi:type="string">default</data>
1313
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1414
<data name="checkoutMethod" xsi:type="string">login</data>
@@ -27,7 +27,7 @@
2727
<constraint name="Magento\Sales\Test\Constraint\AssertAuthorizationInCommentsHistory" />
2828
</variation>
2929
<variation name="CheckoutWithBraintreePaypalMinicartTestVariation2" summary="Registered Checkout with Braintree PayPal from Mini Cart with payment action Authorize and Capture" ticketId="MAGETWO-39359">
30-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
30+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
3131
<data name="customer/dataset" xsi:type="string">default</data>
3232
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
3333
<data name="checkoutMethod" xsi:type="string">login</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOnlineCreditMemoBraintreePaypalTest.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@
88
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
99
<testCase name="Magento\Braintree\Test\TestCase\CreateOnlineCreditMemoBraintreePaypalTest" summary="Create online credit memo for Braintree credit card" ticketId="MAGETWO-38324">
1010
<variation name="CreateCreditMemoBraintreePaypalTestVariation1" summary="Full refund of order placed within Braintree PayPal" ticketId="MAGETWO-48689">
11-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, bundleProduct::bundle_fixed_100_dollar_product</data>
11+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/1" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
1213
<data name="customer/dataset" xsi:type="string">default</data>
1314
<data name="checkoutMethod" xsi:type="string">login</data>
1415
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
@@ -29,7 +30,7 @@
2930
<constraint name="Magento\Sales\Test\Constraint\AssertRefundInCommentsHistory" />
3031
</variation>
3132
<variation name="CreateOnlineCreditMemoBraintreePaypalTestVariation2" summary="Partial refund of order placed within Braintree PayPal" ticketId="MAGETWO-48698">
32-
<data name="products" xsi:type="string">catalogProductSimple::simple_for_sales</data>
33+
<data name="products/0" xsi:type="string">catalogProductSimple::simple_for_sales</data>
3334
<data name="customer/dataset" xsi:type="string">default</data>
3435
<data name="checkoutMethod" xsi:type="string">login</data>
3536
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOnlineInvoiceEntityTest.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<testCase name="Magento\Sales\Test\TestCase\CreateOnlineInvoiceEntityTest" summary="Capture for order placed within Braintree Credit Card">
1010
<variation name="CreateOnlineInvoiceEntityTestBraintreeVariation1" summary="Full capture of order placed within Braintree Credit Card" ticketId="MAGETWO-38319">
1111
<data name="description" xsi:type="string">Full capture of order placed within Braintree Credit Card</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, bundleProduct::bundle_fixed_100_dollar_product</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
13+
<data name="products/1" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
1314
<data name="customer/dataset" xsi:type="string">default</data>
1415
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
1516
<data name="billingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
@@ -36,7 +37,7 @@
3637
</variation>
3738
<variation name="CreateOnlineInvoiceEntityTestBraintreeVariation2" summary="Partial capture for order placed within Braintree Credit Card" ticketId="MAGETWO-38322">
3839
<data name="description" xsi:type="string">Partial capture for order placed within Braintree Credit Card</data>
39-
<data name="products" xsi:type="string">catalogProductSimple::product_100_dollar</data>
40+
<data name="products/0" xsi:type="string">catalogProductSimple::product_100_dollar</data>
4041
<data name="customer/dataset" xsi:type="string">default</data>
4142
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
4243
<data name="billingAddress/dataset" xsi:type="string">US_address_1_without_email</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateOrderBackendTest.xml

+6-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<testCase name="Magento\Sales\Test\TestCase\CreateOrderBackendTest" summary="Checkout with Braintree Credit Card from Admin">
1010
<variation name="CreateOrderBackendTestBraintreeVariation1" summary="Checkout with Braintree Credit Card from Admin (Payment Action = Authorize Only)" ticketId="MAGETWO-46294">
1111
<data name="tag" xsi:type="string">test_type:3rd_party_test</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
13+
<data name="products/1" xsi:type="string">configurableProduct::with_one_option</data>
14+
<data name="products/2" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
1315
<data name="customer/dataset" xsi:type="string">default</data>
1416
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
1517
<data name="billingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
@@ -35,7 +37,9 @@
3537
</variation>
3638
<variation name="CreateOrderBackendTestBraintreeVariation2" summary="Checkout with Braintree Credit Card from Admin (Payment Action = Authorize and Capture)" ticketId="MAGETWO-38316">
3739
<data name="tag" xsi:type="string">test_type:extended_acceptance_test, test_type:3rd_party_test</data>
38-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product</data>
40+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
41+
<data name="products/1" xsi:type="string">configurableProduct::with_one_option</data>
42+
<data name="products/2" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
3943
<data name="customer/dataset" xsi:type="string">default</data>
4044
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
4145
<data name="billingAddress/dataset" xsi:type="string">US_address_1_without_email</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/CreateVaultOrderBackendTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\Vault\Test\TestCase\CreateVaultOrderBackendTest" summary="Create Order from Admin via Braintree with saving Credit Cards">
1010
<variation name="CreateVaultOrderBackendTestBraintreeVariation1" summary="Checkout with Braintree Credit Card from Admin (Payment Action = Authorize Only)" ticketId="MAGETWO-47137, MAGETWO-47139">
1111
<data name="tag" xsi:type="string">test_type:3rd_party_test</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="billingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1515
<data name="saveAddress" xsi:type="string">No</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/InvoicePaypalBraintreeTest.xml

+3-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@
99
<testCase name="Magento\Braintree\Test\TestCase\InvoicePayPalBraintreeTest" summary="Capture for order placed within PayPal Braintree">
1010
<variation name="InvoicePayPalBraintreeTestVariation1" summary="Full capture of order placed within Braintree PayPal" ticketId="MAGETWO-48614">
1111
<data name="description" xsi:type="string">Full capture of order placed within Braintree PayPal</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, bundleProduct::bundle_fixed_100_dollar_product</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
13+
<data name="products/1" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
1314
<data name="taxRule" xsi:type="string">us_illinois_tax_rule</data>
1415
<data name="shipping/shipping_service" xsi:type="string">Flat Rate</data>
1516
<data name="shipping/shipping_method" xsi:type="string">Fixed</data>
@@ -32,7 +33,7 @@
3233
</variation>
3334
<variation name="InvoicePayPalBraintreeTestVariation2" summary="Partial capture for order placed within Braintree PayPal" ticketId="MAGETWO-48615">
3435
<data name="description" xsi:type="string">Partial capture for order placed within Braintree PayPal</data>
35-
<data name="products" xsi:type="string">catalogProductSimple::product_100_dollar</data>
36+
<data name="products/0" xsi:type="string">catalogProductSimple::product_100_dollar</data>
3637
<data name="taxRule" xsi:type="string">us_illinois_tax_rule</data>
3738
<data name="shipping/shipping_service" xsi:type="string">Flat Rate</data>
3839
<data name="shipping/shipping_method" xsi:type="string">Fixed</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWith3dSecureTest.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99
<testCase name="Magento\Braintree\Test\TestCase\OnePageCheckoutWith3dSecureTest" summary="One page check out with Braintree payment method with 3D Secure enabled.">
1010
<variation name="OnePageCheckoutBraintree3dSecureTestVariation1" summary="Registered Checkout with Braintree Credit Card from Storefront with success 3D Secure verification" ticketId="MAGETWO-46479">
1111
<data name="description" xsi:type="string">Registered Checkout with Braintree Credit Card from Storefront with success 3D Secure verification</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar, configurableProduct::with_one_option, bundleProduct::bundle_fixed_100_dollar_product</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
13+
<data name="products/1" xsi:type="string">configurableProduct::with_one_option</data>
14+
<data name="products/2" xsi:type="string">bundleProduct::bundle_fixed_100_dollar_product</data>
1315
<data name="customer/dataset" xsi:type="string">default</data>
1416
<data name="taxRule" xsi:type="string">us_ca_ny_rule</data>
1517
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWithBraintreePaypalTest.xml

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\Braintree\Test\TestCase\OnePageCheckoutWithBraintreePaypalTest" summary="One page checkout with Braintree PayPal.">
1010
<variation name="OnePageCheckoutWithBraintreePaypalTestVariation1" summary="Registered Checkout with Braintree PayPal from Storefront" ticketId="MAGETWO-47805">
1111
<data name="description" xsi:type="string">Registered Checkout with Braintree PayPal from Storefront</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1515
<data name="checkoutMethod" xsi:type="string">login</data>
@@ -29,7 +29,7 @@
2929
</variation>
3030
<variation name="OnePageCheckoutWithBraintreePaypalTestVariation2" summary="Registered Checkout with Braintree PayPal from Storefront with payment action Authorize and Capture" ticketId="MAGETWO-47810">
3131
<data name="description" xsi:type="string">Registered Checkout with Braintree PayPal from Storefront with payment action Authorize and Capture</data>
32-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
32+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
3333
<data name="customer/dataset" xsi:type="string">default</data>
3434
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
3535
<data name="checkoutMethod" xsi:type="string">login</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/OnePageCheckoutWithDiscountTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\SalesRule\Test\TestCase\OnePageCheckoutWithDiscountTest" summary="Checkout with Braintree credit card on Storefront with discount applied during checkout">
1010
<variation name="OnePageCheckoutWithDiscountTestVariation1" summary="Checkout with Braintree credit card on Storefront with discount applied during checkout" ticketId="MAGETWO-55319">
1111
<data name="description" xsi:type="string">Use saved for Braintree credit card on checkout</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="salesRule" xsi:type="string">active_sales_rule_for_all_groups</data>
1515
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/ReorderUsingVaultTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\Vault\Test\TestCase\ReorderUsingVaultTest" summary="Reorder from Admin with saved within Braintree credit card">
1010
<variation name="ReorderUsingVaultBraintreeTestVariation1" summary="Reorder from Admin with saved within Braintree credit card for Guest Customer" ticketId="MAGETWO-54870">
1111
<data name="description" xsi:type="string">Reorder from Admin with saved within Braintree credit card for Guest Customer</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="shippingAddress/dataset" xsi:type="string">US_address_1</data>
1515
<data name="checkoutMethod" xsi:type="string">guest</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/SaveUseDeleteVaultForPaypalBraintreeTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\Braintree\Test\TestCase\SaveUseDeleteVaultForPaypalBraintreeTest" summary="Saves vault for PayPal Braintree on checkout, uses it during checkout, deletes it from My Account">
1010
<variation name="SaveUseDeleteVaultForPaypalBraintreeTestVariation1" summary="Saves vault for PayPal Braintree on checkout, uses it during checkout, deletes it from My Account" ticketId="MAGETWO-54838, MAGETWO-54843, MAGETWO-54844">
1111
<data name="description" xsi:type="string">Use saved for Braintree credit card on checkout</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1515
<data name="checkoutMethod" xsi:type="string">login</data>

dev/tests/functional/tests/app/Magento/Braintree/Test/TestCase/UseVaultOnCheckoutTest.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<testCase name="Magento\Vault\Test\TestCase\UseVaultOnCheckoutTest" summary="Use saved for Braintree credit card on checkout.">
1010
<variation name="UseVaultOnCheckoutBraintreeTestVariation1" summary="Use saved for Braintree credit card on checkout" ticketId="MAGETWO-46530, MAGETWO-38382">
1111
<data name="description" xsi:type="string">Use saved for Braintree credit card on checkout</data>
12-
<data name="products" xsi:type="string">catalogProductSimple::product_10_dollar</data>
12+
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data>
1313
<data name="customer/dataset" xsi:type="string">default</data>
1414
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
1515
<data name="checkoutMethod" xsi:type="string">login</data>

0 commit comments

Comments
 (0)