We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9cbdeb2 commit 51fffe5Copy full SHA for 51fffe5
app/code/Magento/Checkout/Test/Mftf/Test/StorefrontGuestCheckoutWithTaxTest.xml
@@ -66,6 +66,7 @@
66
<selectOption selector="{{CheckoutShippingGuestInfoSection.region}}" userInput="{{US_Address_NY.state}}" stepKey="selectRegion"/>
67
<!-- Step 9: Go Next -->
68
<waitForElement selector="{{CheckoutShippingMethodsSection.next}}" time="30" stepKey="waitForNextButton"/>
69
+ <waitForLoadingMaskToDisappear stepKey="waitForNextButtonToBeClear"/>
70
<click selector="{{CheckoutShippingMethodsSection.next}}" stepKey="clickNext"/>
71
<waitForPageLoad stepKey="waitForPagePlaceOrder"/>
72
<see userInput="$0.84" selector="{{CheckoutPaymentSection.tax}}" stepKey="seeTaxInf"/>
0 commit comments