Skip to content

Commit 8f41ea7

Browse files
ACQE-9017: Mainline deployment
- Updated stepkey name.
1 parent 5e8c6a6 commit 8f41ea7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +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-
<waitForLoadingMaskToDisappear stepKey="waitForGridLoaded"/>
21+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDiappear"/>
2222
<waitForAjaxLoad stepKey="waitForAjax"/>
2323
</actionGroup>
2424
</actionGroups>

0 commit comments

Comments
 (0)