Skip to content

Commit

Permalink
MAGETWO-60958: [Backport] Incorrect province code sent on Checkout to…
Browse files Browse the repository at this point in the history
… UPS #6564 - for 2.1

- MAGETWO-70727: [GitHub] Shipping method randomly dissapear when page refreshed for 2.1 #7497
  • Loading branch information
ameysar committed Jul 27, 2017
1 parent 3798dfa commit 3758d4c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
Expand Up @@ -40,7 +40,6 @@ public function processAssert(
}

if (!empty ($editAddressData)) {

$address = $fixtureFactory->createByCode('address', ['data' => $editAddressData]);
$testStepFactory->create(
FillShippingAddressStep::class,
Expand Down
Expand Up @@ -7,7 +7,9 @@
-->
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd">
<testCase name="Magento\Checkout\Test\TestCase\OnePageEstimateShippingMethodsTest" summary="Estimate shipping methods at checkout" ticketId="MAGETWO-71002">
<variation name="OnePageEstimateShippingMethodsTestUpsVariation1" ticketId="MAGETWO-71003">
<variation name="OnePageEstimateShippingMethodsTestUpsVariation1"
summary="Estimate UPS shipping methods at checkout after shipping address modification"
ticketId="MAGETWO-71003">
<data name="products" xsi:type="string">catalogProductSimple::default</data>
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data>
<data name="editAddressData" xsi:type="array">
Expand All @@ -19,7 +21,9 @@
<data name="configData" xsi:type="string">ups, shipping_origin_US_CA</data>
<constraint name="Magento\Checkout\Test\Constraint\AssertShippingMethodsSuccessEstimateAfterAddressEdit" />
</variation>
<variation name="OnePageEstimateShippingMethodsTestUpsVariation2" ticketId="MAGETWO-71044">
<variation name="OnePageEstimateShippingMethodsTestUpsVariation2"
summary="Estimate UPS shipping methods at checkout after customer log in"
ticketId="MAGETWO-71044">
<data name="products" xsi:type="string">catalogProductSimple::default</data>
<data name="customer/dataset" xsi:type="string">johndoe_with_addresses</data>
<data name="checkoutMethod" xsi:type="string">login</data>
Expand Down

0 comments on commit 3758d4c

Please sign in to comment.