Skip to content

Commit 7683c93

Browse files
committed
ACQE-8195:Storefront able to see First-Class Package International Service usps shipping method
- Changes made related to comments and stepkey
1 parent e2f0d6c commit 7683c93

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

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

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,15 +21,14 @@
2121
<group value="pr_exclude"/>
2222
</annotations>
2323
<before>
24-
<!-- Create product -->
24+
<!-- Create Product and customer data -->
2525
<createData entity="SimpleProduct" stepKey="createProduct"/>
2626
<createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
2727
</before>
2828
<after>
2929
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="customerLogoutStorefront"/>
30-
<!--delete product-->
30+
<!--Delete product and customer data-->
3131
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
32-
<!--delete customer-->
3332
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
3433
</after>
3534
<!-- Step 1:Navigate to storefront -->
@@ -50,7 +49,7 @@
5049
<argument name="address" value="Canada_Address"/>
5150
</actionGroup>
5251
<!-- Step 4:Select First-Class Package International Service USPS Shipping method -->
53-
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="verifyFirstClassPackageInternationalServiceShippingMethodIsAvailableAndSelect">
52+
<actionGroup ref="StorefrontSetShippingMethodActionGroup" stepKey="setUSPSShippingMethodOnCheckout">
5453
<argument name="shippingMethodName" value="{{USPSFirstClassInternationalShippingMethodData.value}}"/>
5554
</actionGroup>
5655
<!-- Step 5:Place order -->

0 commit comments

Comments
 (0)