Skip to content

Commit 4cae0f0

Browse files
authored
ENGCOM-7275: Fix issue with loading mask on Admin Checkout #27552
2 parents da38a5e + c5ee9d8 commit 4cae0f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/ActionGroup/OrderSelectFlatRateShippingActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
</annotations>
1515

1616
<click selector="{{AdminOrderFormPaymentSection.header}}" stepKey="unfocus"/>
17-
<waitForPageLoad stepKey="waitForJavascriptToFinish"/>
17+
<waitForLoadingMaskToDisappear stepKey="waitForJavascriptToFinish"/>
1818
<click selector="{{AdminOrderFormPaymentSection.getShippingMethods}}" stepKey="clickShippingMethods"/>
1919
<waitForElementVisible selector="{{AdminOrderFormPaymentSection.flatRateOption}}" stepKey="waitForShippingOptions"/>
2020
<selectOption selector="{{AdminOrderFormPaymentSection.flatRateOption}}" userInput="flatrate_flatrate" stepKey="checkFlatRate"/>

0 commit comments

Comments
 (0)