Skip to content

Commit a429fe9

Browse files
authored
ACQE-6765:Admin create shipping label for usps shipping method with international address
- add pr_exclude group value
1 parent 6642d5c commit a429fe9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Shipping/Test/Mftf/Test/AdminCreateShippingLabelForUSPSShippingMethodTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
<severity value="MAJOR"/>
1919
<group value="3rd_party_integration"/>
2020
<group value="EnableUSPSShippingForRestAPISuite"/>
21-
<!-- <group value="pr_exclude"/>-->
21+
<group value="pr_exclude"/>
2222
</annotations>
2323
<before>
2424
<!-- Create product -->
@@ -73,7 +73,7 @@
7373
<actionGroup ref="LoginToStorefrontActionGroup" stepKey="customerLogin">
7474
<argument name="Customer" value="$createCustomer$" />
7575
</actionGroup>
76-
<!-- Step 2:Add produuct to cart -->
76+
<!-- Step 2:Add product to cart -->
7777
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="navigateToProductPage">
7878
<argument name="productUrlKey" value="$createProduct.custom_attributes[url_key]$"/>
7979
</actionGroup>
@@ -87,7 +87,7 @@
8787
<argument name="address" value="Canada_Address"/>
8888
</actionGroup>
8989
<!-- Step 4:Select Any USPS Shipping method -->
90-
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="setShippingMethodFlatRate">
90+
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="setShippingUSPSShippingMethod">
9191
<argument name="shippingMethodName" value="{{ShippingTypeUSPSConfigData.value}}"/>
9292
</actionGroup>
9393
<!-- Step 5:Place order -->

0 commit comments

Comments
 (0)