Skip to content

Commit 6dc3e54

Browse files
committed
MC-4459: Convert OnePageCheckoutOfflinePaymentMethodsTest to MFTF
- Fortify waiting for tax in shopping cart
1 parent ae1ffd1 commit 6dc3e54

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutUsingFreeShippingAndTaxesTest.xml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -166,8 +166,7 @@
166166
</actionGroup>
167167
<reloadPage stepKey="reloadThePage"/>
168168
<waitForPageLoad stepKey="waitForPageToReload"/>
169-
<waitForElementVisible selector="{{CheckoutCartSummarySection.taxAmount}}" stepKey="waitForShippingOption"/>
170-
<see selector="{{CheckoutCartSummarySection.taxAmount}}" userInput="$9.60" stepKey="seeTaxInTheCartSummary"/>
169+
<waitForText selector="{{CheckoutCartSummarySection.taxAmount}}" userInput="$9.60" time="90" stepKey="waitForTaxAmount"/>
171170

172171
<!--Select Free Shipping and proceed to checkout -->
173172
<click selector="{{AdminOrderFormPaymentSection.freeShippingOption}}" stepKey="selectFlatRateShippingMethod"/>

0 commit comments

Comments
 (0)