File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
app/code/Magento/Customer/Test/Mftf Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 9
9
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
10
<actionGroup name =" AdminOpenCustomerGroupEditPageFromGridActionGroup" >
11
11
<arguments >
12
- <argument name =" groupName " type =" string" />
12
+ <argument name =" groupCode " type =" string" />
13
13
</arguments >
14
14
<conditionalClick selector =" {{AdminCustomerGroupMainSection.selectFirstRow}}" dependentSelector =" {{AdminCustomerGroupMainSection.selectFirstRow}}" visible =" true" stepKey =" clickSelectButton" />
15
- <click selector =" {{AdminCustomerGroupMainSection.editButtonByCustomerGroupCode(groupName )}}" stepKey =" clickOnEditCustomerGroup" />
15
+ <click selector =" {{AdminCustomerGroupMainSection.editButtonByCustomerGroupCode(groupCode )}}" stepKey =" clickOnEditCustomerGroup" />
16
16
<waitForPageLoad stepKey =" waitForCustomerGroupEditPage" />
17
17
</actionGroup >
18
18
</actionGroups >
Original file line number Diff line number Diff line change 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<section name =" AdminEditCustomerGroupSection" >
12
- <element name =" deleteButton" type =" button" selector =" #delete" />
12
+ <element name =" deleteButton" type =" button" selector =" .page-actions-buttons button #delete" />
13
13
</section >
14
14
</sections >
Original file line number Diff line number Diff line change 25
25
<!-- Verify Not Logged In customer group-->
26
26
<!-- Go to Customer Group grid page-->
27
27
<actionGroup ref =" AdminOpenCustomerGroupsGridPageActionGroup" stepKey =" openCustomerGroupGridPageToCheckNotLoggedInGroup" />
28
- <actionGroup ref =" AdminFilterCustomerGroupByNameActionGroup" stepKey =" filterCustomerGroupsByNotLoggedInGroupName " >
28
+ <actionGroup ref =" AdminFilterCustomerGroupByNameActionGroup" stepKey =" filterCustomerGroupsByNotLoggedInGroup " >
29
29
<argument name =" customerGroupName" value =" {{NotLoggedInCustomerGroup.code}}" />
30
30
</actionGroup >
31
31
<actionGroup ref =" AdminOpenCustomerGroupEditPageFromGridActionGroup" stepKey =" openNotLoggedInCustomerGroupEditPage" >
32
- <argument name =" groupName " value =" {{NotLoggedInCustomerGroup.code}}" />
32
+ <argument name =" groupCode " value =" {{NotLoggedInCustomerGroup.code}}" />
33
33
</actionGroup >
34
34
<actionGroup ref =" AssertDeleteCustomerGroupButtonMissingActionGroup" stepKey =" verifyThereIsNoDeleteButtonForNotLoggedInGroup" />
35
35
36
36
<!-- Verify General customer group-->
37
37
<!-- Go to Customer Group grid page-->
38
38
<actionGroup ref =" AdminOpenCustomerGroupsGridPageActionGroup" stepKey =" openCustomerGroupGridPageToCheckGeneralGroup" />
39
- <actionGroup ref =" AdminFilterCustomerGroupByNameActionGroup" stepKey =" filterCustomerGroupsByGeneralGroupName " >
39
+ <actionGroup ref =" AdminFilterCustomerGroupByNameActionGroup" stepKey =" filterCustomerGroupsByGeneralGroup " >
40
40
<argument name =" customerGroupName" value =" {{GeneralCustomerGroup.code}}" />
41
41
</actionGroup >
42
42
<actionGroup ref =" AdminOpenCustomerGroupEditPageFromGridActionGroup" stepKey =" openGeneralCustomerGroupEditPage" >
43
- <argument name =" groupName " value =" {{GeneralCustomerGroup.code}}" />
43
+ <argument name =" groupCode " value =" {{GeneralCustomerGroup.code}}" />
44
44
</actionGroup >
45
45
<actionGroup ref =" AssertDeleteCustomerGroupButtonMissingActionGroup" stepKey =" verifyThereIsNoDeleteButtonForGeneralGroup" />
46
46
</test >
You can’t perform that action at this time.
0 commit comments