Skip to content

Commit 6a96855

Browse files
committed
ACQE-8465: Customer able to see USPS shipping zero when free shipping threshold enabled
- Added step number in comments
1 parent 21b30af commit 6a96855

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<createData entity="SimpleProduct" stepKey="createProduct">
2626
<field key="price">49.00</field>
2727
</createData>
28-
<!-- Step 3:Enable Free Method select any shipping method -->
28+
<!-- Step 1to3:Enable Free Method select any shipping method -->
2929
<magentoCLI command="config:set {{AdminEnableFreeMethodUSPSConfigData.path}} {{AdminEnableFreeMethodUSPSConfigData.value}}" stepKey="enableFreeMethodUSPS"/>
3030
<!-- Step 4:Enable Free Shipping Threshold -->
3131
<magentoCLI command="config:set {{AdminEnableFreeShippingThresholdUSPSConfigData.path}} {{AdminEnableFreeShippingThresholdUSPSConfigData.value}}" stepKey="enableFreeShippingThresholdUSPS"/>

0 commit comments

Comments
 (0)