File tree 2 files changed +7
-5
lines changed 2 files changed +7
-5
lines changed Original file line number Diff line number Diff line change 39
39
<argument name =" filterValue" value =" $$createSimpleUsCustomer.email$$" />
40
40
</actionGroup >
41
41
<actionGroup ref =" AdminGridFilterApplyActionGroup" stepKey =" applyFilters" />
42
- <actionGroup ref =" AdminOrderBulkActionOnGridActionGroup" stepKey =" cancelOrders" />
42
+ <actionGroup ref =" AdminGridBulkActionGroup" stepKey =" cancelOrders" >
43
+ <argument name =" actionLabel" value =" Cancel" />
44
+ </actionGroup >
43
45
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" adminLogout" />
44
46
45
47
<!-- Logout from customer account-->
Original file line number Diff line number Diff line change 7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
- <actionGroup name =" AdminOrderBulkActionOnGridActionGroup " >
10
+ <actionGroup name =" AdminGridBulkActionGroup " >
11
11
<annotations >
12
12
<description >
13
- Massive action for all rows on Admin Order Grid page.
13
+ Massive action for all rows on Admin Grid page.
14
14
</description >
15
15
</annotations >
16
16
<arguments >
17
- <argument name =" actionLabel" type =" string" defaultValue = " Cancel " />
17
+ <argument name =" actionLabel" type =" string" />
18
18
</arguments >
19
19
20
20
<click selector =" {{AdminGridSelectRows.multicheckDropdown}}" stepKey =" openMulticheckDropdown" />
21
- <click selector =" {{AdminGridSelectRows.multicheckOption('Select All')}}" stepKey =" selectAllOrders " />
21
+ <click selector =" {{AdminGridSelectRows.multicheckOption('Select All')}}" stepKey =" selectAllRows " />
22
22
<click selector =" {{AdminGridSelectRows.bulkActionDropdown}}" stepKey =" clickActionDropdown" />
23
23
<click selector =" {{AdminGridSelectRows.bulkActionOption(actionLabel)}}" stepKey =" clickActionLabel" />
24
24
<waitForElementVisible selector =" {{AdminMessagesSection.success}}" stepKey =" waitForSuccessMessage" />
You can’t perform that action at this time.
0 commit comments