Skip to content

Commit 602861c

Browse files
Merge branch 'ACQE-8922-dev' into ACQE-functional-deployment-version20
2 parents b0e3393 + de34abd commit 602861c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/CheckoutFillEstimateShippingAndTaxActionGroup.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
<selectOption selector="{{CheckoutCartSummarySection.stateProvince}}" userInput="{{address.state}}" stepKey="selectState"/>
1919
<waitForElementVisible selector="{{CheckoutCartSummarySection.postcode}}" stepKey="waitForPostCodeVisible"/>
2020
<fillField selector="{{CheckoutCartSummarySection.postcode}}" userInput="{{address.postcode}}" stepKey="selectPostCode"/>
21-
<waitForPageLoad stepKey="waitForLoadingMaskToDiappear"/>
21+
<waitForLoadingMaskToDisappear stepKey="waitForGridLoaded"/>
22+
<waitForAjaxLoad stepKey="waitForAjax"/>
2223
</actionGroup>
2324
</actionGroups>

0 commit comments

Comments
 (0)