File tree Expand file tree Collapse file tree 2 files changed +18
-0
lines changed
app/code/Magento/Customer/Test/Mftf Expand file tree Collapse file tree 2 files changed +18
-0
lines changed Original file line number Diff line number Diff line change
1
+ <?xml version =" 1.0" encoding =" UTF-8" ?>
2
+ <!--
3
+ /**
4
+ * Copyright © Magento, Inc. All rights reserved.
5
+ * See COPYING.txt for license details.
6
+ */
7
+ -->
8
+ <actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
9
+ xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
10
+ <actionGroup name =" AdminMarketingInviteeCustomerGroupActionGroup" >
11
+ <arguments >
12
+ <argument name =" inviteeGroup" type =" string" defaultValue =" {{GeneralCustomerGroup.code}}" />
13
+ </arguments >
14
+
15
+ <selectOption selector =" {{AdminCustomerAccountInformationSection.inviteeGroup}}" userInput =" {{inviteeGroup}}" stepKey =" selectInviteeGroup" />
16
+ </actionGroup >
17
+ </actionGroups >
Original file line number Diff line number Diff line change 20
20
<element name =" email" type =" input" selector =" input[name='customer[email]']" />
21
21
<element name =" disableAutomaticGroupChange" type =" input" selector =" input[name='customer[disable_auto_group_change]']" />
22
22
<element name =" group" type =" select" selector =" [name='customer[group_id]']" />
23
+ <element name =" inviteeGroup" type =" select" selector =" div[data-index='group_id'] select[name='group_id']" />
23
24
<element name =" groupIdValue" type =" text" selector =" //*[@name='customer[group_id]']/option" />
24
25
<element name =" groupValue" type =" button" selector =" //span[text()='{{groupValue}}']" parameterized =" true" />
25
26
<element name =" associateToWebsite" type =" select" selector =" //select[@name='customer[website_id]']" />
You can’t perform that action at this time.
0 commit comments