Skip to content

Commit 35a2f06

Browse files
committed
MQE-1187: Fix MFTF skipped tests
- LoadingMask addition for test stability.
1 parent 2cf2d99 commit 35a2f06

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -298,6 +298,7 @@
298298
<waitForPageLoad stepKey="waitForStoresPageOpened"/>
299299
<click stepKey="chooseStore" selector="{{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}"/>
300300
<scrollToTopOfPage stepKey="scrollToTop"/>
301+
<waitForPageLoad stepKey="waitForStoreToAppear"/>
301302
<click selector="{{OrdersGridSection.addProducts}}" stepKey="clickOnAddProducts"/>
302303
<waitForPageLoad stepKey="waitForProductsListForOrder"/>
303304
<click selector="{{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey="chooseTheProduct"/>

0 commit comments

Comments
 (0)