-
Notifications
You must be signed in to change notification settings - Fork 9.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #898 from magento-mpi/MPI-bugfixes
[MPI] Bugfixes
- Loading branch information
Showing
19 changed files
with
526 additions
and
40 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
32 changes: 32 additions & 0 deletions
32
...s/functional/tests/app/Magento/Fedex/Test/TestCase/TrackingShipmentForPlacedOrderTest.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<!-- | ||
/** | ||
* Copyright © 2013-2017 Magento, Inc. All rights reserved. | ||
* See COPYING.txt for license details. | ||
*/ | ||
--> | ||
<config xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="../../../../../../vendor/magento/mtf/etc/variations.xsd"> | ||
<testCase name="Magento\Shipping\Test\TestCase\TrackingShipmentForPlacedOrderTest" summary="Create shipment for order with FedEx shipping method."> | ||
<variation name="TrackingFedExShipmentForPlacedOrderTestVariation1" summary="Creating shipment for order placed within FedEx." ticketId="MAGETWO-58158"> | ||
<data name="products/0" xsi:type="string">catalogProductSimple::product_10_dollar</data> | ||
<data name="customer/dataset" xsi:type="string">default</data> | ||
<data name="shippingAddress/dataset" xsi:type="string">US_address_1_without_email</data> | ||
<data name="checkoutMethod" xsi:type="string">login</data> | ||
<data name="shipping/shipping_service" xsi:type="string">Federal Express</data> | ||
<data name="shipping/shipping_method" xsi:type="string">Smart Post</data> | ||
<data name="cart/data/shipping_method" xsi:type="string">Smart Post</data> | ||
<data name="payment/method" xsi:type="string">checkmo</data> | ||
<data name="configData" xsi:type="string">checkmo, fedex, shipping_origin_US_CA</data> | ||
<data name="trackingData" xsi:type="array"> | ||
<item name="carrier" xsi:type="string">Federal Express</item> | ||
<item name="carrier_title" xsi:type="string">Federal Express</item> | ||
<item name="tracking_number" xsi:type="string">449044304137821</item> | ||
</data> | ||
<data name="resultTrackingData" xsi:type="array"> | ||
<item name="number" xsi:type="string">449044304137821</item> | ||
</data> | ||
<data name="tag" xsi:type="string">test_type:3rd_party_test, severity:S1</data> | ||
<constraint name="Magento\Shipping\Test\Constraint\AssertTrackingDetailsIsPresent" /> | ||
</variation> | ||
</testCase> | ||
</config> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.