File tree 1 file changed +16
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test 1 file changed +16
-0
lines changed Original file line number Diff line number Diff line change 163
163
</before >
164
164
165
165
<after >
166
+ <!-- Cancel orders-->
167
+ <actionGroup ref =" AdminLoginActionGroup" stepKey =" adminLogin" />
168
+ <actionGroup ref =" AdminOrdersGridClearFiltersActionGroup" stepKey =" goToOrdersPage" />
169
+ <waitForLoadingMaskToDisappear stepKey =" waitAfterClearFilters" />
170
+ <actionGroup ref =" AdminGridColumnShowActionGroup" stepKey =" showCustomerEmailColumn" >
171
+ <argument name =" columnLabel" value =" Customer Email" />
172
+ </actionGroup >
173
+ <actionGroup ref =" AdminGridFilterFillInputFieldActionGroup" stepKey =" filterOrdersByCustomerEmail" >
174
+ <argument name =" filterInputName" value =" customer_email" />
175
+ <argument name =" filterValue" value =" {{CustomerEntityOne.email}}" />
176
+ </actionGroup >
177
+ <actionGroup ref =" AdminGridFilterApplyActionGroup" stepKey =" applyFilters" />
178
+ <actionGroup ref =" AdminGridBulkActionGroup" stepKey =" cancelOrders" >
179
+ <argument name =" actionLabel" value =" Cancel" />
180
+ </actionGroup >
166
181
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
182
+
167
183
<deleteData createDataKey =" createSimpleProduct" stepKey =" deleteProduct" />
168
184
</after >
169
185
You can’t perform that action at this time.
0 commit comments