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.
2 parents b0e3393 + de34abd commit 602861cCopy full SHA for 602861c
app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml
@@ -18,6 +18,7 @@
18
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="{{address.state}}" stepKey="selectState"/>
19
<waitForElementVisible selector="{{CheckoutCartSummarySection.postcode}}" stepKey="waitForPostCodeVisible"/>
20
<fillField selector="{{CheckoutCartSummarySection.postcode}}" userInput="{{address.postcode}}" stepKey="selectPostCode"/>
21
- <waitForPageLoad stepKey="waitForLoadingMaskToDiappear"/>
+ <waitForLoadingMaskToDisappear stepKey="waitForGridLoaded"/>
22
+ <waitForAjaxLoad stepKey="waitForAjax"/>
23
</actionGroup>
24
</actionGroups>
0 commit comments