We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2cf2d99 commit 35a2f06Copy full SHA for 35a2f06
app/code/Magento/Sales/Test/Mftf/ActionGroup/AdminOrderActionGroup.xml
@@ -298,6 +298,7 @@
298
<waitForPageLoad stepKey="waitForStoresPageOpened"/>
299
<click stepKey="chooseStore" selector="{{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}"/>
300
<scrollToTopOfPage stepKey="scrollToTop"/>
301
+ <waitForPageLoad stepKey="waitForStoreToAppear"/>
302
<click selector="{{OrdersGridSection.addProducts}}" stepKey="clickOnAddProducts"/>
303
<waitForPageLoad stepKey="waitForProductsListForOrder"/>
304
<click selector="{{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey="chooseTheProduct"/>
0 commit comments