File tree Expand file tree Collapse file tree 1 file changed +3
-4
lines changed
app/code/Magento/Shipping/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-4
lines changed Original file line number Diff line number Diff line change 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 -->
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 -->
You can’t perform that action at this time.
0 commit comments