File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 52
52
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" goToCustomersPage" />
53
53
<click stepKey =" addNewCustomer" selector =" {{AdminCustomerGridMainActionsSection.addNewCustomer}}" />
54
54
<selectOption stepKey =" selectWebSite" selector =" {{AdminCustomerAccountInformationSection.associateToWebsite}}" userInput =" {{website}}" />
55
- <selectOption selector =" {{AdminCustomerAccountInformationSection.group}}" userInput =" {{customerGroup .group}}" stepKey =" selectCustomerGroup" />
55
+ <selectOption selector =" {{AdminCustomerAccountInformationSection.group}}" userInput =" {{customerData .group}}" stepKey =" selectCustomerGroup" />
56
56
<fillField stepKey =" FillFirstName" selector =" {{AdminCustomerAccountInformationSection.firstName}}" userInput =" {{customerData.firstname}}" />
57
57
<fillField stepKey =" FillLastName" selector =" {{AdminCustomerAccountInformationSection.lastName}}" userInput =" {{customerData.lastname}}" />
58
58
<fillField stepKey =" FillEmail" selector =" {{AdminCustomerAccountInformationSection.email}}" userInput =" {{customerData.email}}" />
You can’t perform that action at this time.
0 commit comments