Skip to content

Commit c5ee9d8

Browse files
ENGCOM-7275: Fix issue with loading mask on Admin Checkout #27552
- Merge Pull Request #27552 from lbajsarowicz/magento2:bugfix/loading-mask-admin-order-shipping-select - Merged commits: 1. 96d56b2
2 parents 87b7cba + 96d56b2 commit c5ee9d8

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)