File tree 2 files changed +3
-12
lines changed
Sales/Test/Mftf/ActionGroup 2 files changed +3
-12
lines changed Original file line number Diff line number Diff line change 29
29
<after >
30
30
<!-- Cancel orders-->
31
31
<actionGroup ref =" AdminLoginActionGroup" stepKey =" adminLogin" />
32
+ <actionGroup ref =" AdminOrdersGridClearFiltersActionGroup" stepKey =" goToOrdersPage" />
33
+ <waitForLoadingMaskToDisappear stepKey =" waitAfterClearFilters" />
32
34
<actionGroup ref =" AdminOrderChangeByCustomerEmailActionGroup" stepKey =" cancelOrders" >
33
35
<argument name =" customerEmail" value =" $$createSimpleUsCustomer.email$$" />
34
36
</actionGroup >
Original file line number Diff line number Diff line change 10
10
<actionGroup name =" AdminOrderChangeByCustomerEmailActionGroup" >
11
11
<annotations >
12
12
<description >
13
- Goes to the Admin Orders grid page and changes all orders found by Customer Email field.
13
+ Changes all orders found by Customer Email field.
14
14
</description >
15
15
</annotations >
16
16
<arguments >
17
17
<argument name =" customerEmail" type =" string" />
18
18
<argument name =" actionLabel" type =" string" defaultValue =" Cancel" />
19
19
</arguments >
20
20
21
- <!-- Go to orders page, clear filters -->
22
- <amOnPage url =" {{AdminOrdersPage.url}}" stepKey =" goToOrdersPage" />
23
- <waitForPageLoad stepKey =" waitForPageLoad" />
24
- <conditionalClick
25
- selector =" {{AdminDataGridFilterSection.clear}}"
26
- dependentSelector =" {{AdminDataGridFilterSection.clear}}"
27
- visible =" true"
28
- stepKey =" clearFiltersIfPresent"
29
- />
30
- <waitForLoadingMaskToDisappear stepKey =" waitAfterClearFilters" />
31
-
32
21
<!-- Show Customer Email column in the grid -->
33
22
<click selector =" {{AdminDataGridHeaderSection.columnsToggle}}" stepKey =" openOrderColumns" />
34
23
<checkOption
You can’t perform that action at this time.
0 commit comments