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 5e8c6a6 commit 8f41ea7Copy full SHA for 8f41ea7
app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml
@@ -18,7 +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
- <waitForLoadingMaskToDisappear stepKey="waitForGridLoaded"/>
+ <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDiappear"/>
22
<waitForAjaxLoad stepKey="waitForAjax"/>
23
</actionGroup>
24
</actionGroups>
0 commit comments