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 23
23
<waitForPageLoad stepKey =" waitForStoresPageOpened" />
24
24
<waitForElementClickable selector =" {{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}" stepKey =" waitForStoreClickable" />
25
25
<selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore" />
26
- <selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore2" />
27
26
<scrollToTopOfPage stepKey =" scrollToTop" />
27
+ <waitForElementClickable selector =" {{OrdersGridSection.addProducts}}" stepKey =" waitForAddProductsButton" />
28
28
<click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
29
29
<waitForPageLoad stepKey =" waitForProductsListForOrder" />
30
30
<click selector =" {{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey =" chooseTheProduct" />
You can’t perform that action at this time.
0 commit comments