File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
app/code/Magento/Sales/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<waitForElementClickable selector =" {{AdminOrderStoreScopeTreeSection.storeOption(storeView.name)}}" stepKey =" waitForStoreOption" />
20
20
<selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" selectStoreView" />
21
- <selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" selectStoreView2" />
22
21
<waitForPageLoad stepKey =" waitForLoad" />
23
22
<see selector =" {{AdminHeaderSection.pageTitle}}" userInput =" Create New Order" stepKey =" seeNewOrderPageTitle" />
23
+ <waitForElementClickable selector =" {{OrdersGridSection.addProducts}}" stepKey =" waitForAddProductsButton" />
24
24
</actionGroup >
25
25
</actionGroups >
Original file line number Diff line number Diff line change 23
23
<waitForPageLoad stepKey =" waitForStoresPageOpened" />
24
24
<waitForElementClickable stepKey =" waitForStoreClickable" selector =" {{AdminOrderStoreScopeTreeSection.storeOption(storeView.name)}}" />
25
25
<selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore" />
26
- <selectOption selector =" {{AdminOrderStoreScopeTreeSection.storeTree}}" userInput =" {{storeView.name}}" stepKey =" chooseStore2" />
27
- <scrollToTopOfPage stepKey =" scrollToTop" />
28
26
<waitForPageLoad stepKey =" waitForStoreToAppear" />
27
+ <scrollToTopOfPage stepKey =" scrollToTop" />
28
+ <waitForElementClickable selector =" {{OrdersGridSection.addProducts}}" stepKey =" waitForAddProductsButton" />
29
29
<click selector =" {{OrdersGridSection.addProducts}}" stepKey =" clickOnAddProducts" />
30
30
<waitForPageLoad stepKey =" waitForProductsListForOrder" />
31
31
<click selector =" {{AdminOrdersGridSection.productForOrder(product.sku)}}" stepKey =" chooseTheProduct" />
You can’t perform that action at this time.
0 commit comments