Skip to content

Commit 4725432

Browse files
committed
MFTF Stability control
- another round
1 parent 5e4928f commit 4725432

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@
3232
<waitForPageLoad stepKey="waitForCreateOrderPageLoad"/>
3333

3434
<!-- Select store view if appears -->
35-
<waitForElementClickable selector="{{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}" stepKey="waitForStoreClickable" />
3635
<conditionalClick selector="{{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}" dependentSelector="{{AdminOrderStoreScopeTreeSection.storeForOrder(storeView.name)}}" visible="true" stepKey="selectStoreViewIfAppears"/>
3736
<waitForPageLoad stepKey="waitForCreateOrderPageLoadAfterStoreSelect"/>
3837
<see selector="{{AdminHeaderSection.pageTitle}}" userInput="Create New Order" stepKey="seeNewOrderPageTitle"/>

app/code/Magento/Sales/Test/Mftf/Test/AdminOrdersMultiSelectActionAppliedToUncheckedNewlyCreatedOrdersTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060
<grabTextFrom selector="{{OrdersGridSection.orderID}}" stepKey="orderNumber"/>
6161
<actionGroup ref="AdminOrdersPageOpenActionGroup" stepKey="navigateToSalesOrderPage1"/>
6262
<scrollToTopOfPage stepKey="scrollToTop" />
63+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="clearFilters" />
6364
<waitForElementClickable selector="{{AdminOrdersGridSection.allCheckbox}}" stepKey="waitForSelectAllClickable" />
6465
<checkOption selector="{{AdminOrdersGridSection.allCheckbox}}" stepKey="clickSelectAll"/>
6566
<openNewTab stepKey="openNewTab"/>

0 commit comments

Comments
 (0)