Skip to content

Commit 0a78487

Browse files
committed
ACQE-8465: Customer able to see USPS shipping zero when free shipping threshold enabled
- Removed extra space in the test file
1 parent 5861633 commit 0a78487

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@
4545
<argument name="productUrlKey" value="$createProduct.custom_attributes[url_key]$"/>
4646
</actionGroup>
4747
<actionGroup ref="StorefrontAddProductToCartActionGroup" stepKey="addProductToCart">
48-
<argument name="product" value="$createProduct$" />
49-
<argument name="productCount" value="1" />
48+
<argument name="product" value="$createProduct$"/>
49+
<argument name="productCount" value="1"/>
5050
</actionGroup>
5151
<actionGroup ref="GoToCheckoutFromMinicartActionGroup" stepKey="goToCheckoutFromMiniCart"/>
5252
<actionGroup ref="GuestCheckoutFillNewShippingAddressActionGroup" stepKey="guestCheckoutFillingShippingSection">
53-
<argument name="customer" value="CustomerEntityOne" />
54-
<argument name="address" value="CustomerAddressSimple" />
53+
<argument name="customer" value="CustomerEntityOne"/>
54+
<argument name="address" value="CustomerAddressSimple"/>
5555
</actionGroup>
5656
<waitForPageLoad stepKey="waitForShippingPageToLoadShippingMethods"/>
5757
<!-- Step 8:Select USPS Shipping method which is configured with free shipping -->

0 commit comments

Comments
 (0)