We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0169fba commit 40d5668Copy full SHA for 40d5668
app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml
@@ -15,6 +15,7 @@
15
<element name="lastName" type="input" selector="input[name='customer[lastname]']"/>
16
<element name="email" type="input" selector="input[name='customer[email]']"/>
17
<element name="group" type="select" selector="[name='customer[group_id]']"/>
18
+ <element name="groupValue" type="button" selector="//span[text()='{{groupValue}}']" parameterized="true"/>
19
<element name="associateToWebsite" type="select" selector="//select[@name='customer[website_id]']"/>
20
<element name="saveCustomer" type="button" selector="//button[@title='Save Customer']"/>
21
<element name="storeView" type="select" selector="//select[@name='customer[sendemail_store_id]']"/>
0 commit comments