Skip to content

Commit e70b84e

Browse files
committed
MFTF Stability control
1 parent 17e902a commit e70b84e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
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"/>

0 commit comments

Comments
 (0)