File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 2323 <waitForPageLoad stepKey =" waitForStoresPageOpened" />
2424 <waitForElementClickable selector =" {{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}" stepKey =" waitForStoreClickable" />
2525 <selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore" />
26- <selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore2" />
2726 <scrollToTopOfPage stepKey =" scrollToTop" />
27+ <waitForElementClickable selector =" {{OrdersGridSection.addProducts}}" stepKey =" waitForAddProductsButton" />
2828 <click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
2929 <waitForPageLoad stepKey =" waitForProductsListForOrder" />
3030 <click selector =" {{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey =" chooseTheProduct" />
You can’t perform that action at this time.
0 commit comments