File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
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
+ <click selector =" {{AdminCustomerAccountInformationSection.group}}" stepKey =" ClickToExpandGroup" />
56
+ <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceGroupOrCatalogOption('Default (General)')}}" stepKey =" waitForCustomerGroupExpand" />
57
+ <click selector =" {{AdminCustomerAccountInformationSection.groupValue('Default (General)')}}" after =" waitForCustomerGroupExpand" stepKey =" ClickToSelectGroup" />
55
58
<fillField stepKey =" FillFirstName" selector =" {{AdminCustomerAccountInformationSection.firstName}}" userInput =" {{customerData.firstname}}" />
56
59
<fillField stepKey =" FillLastName" selector =" {{AdminCustomerAccountInformationSection.lastName}}" userInput =" {{customerData.lastname}}" />
57
60
<fillField stepKey =" FillEmail" selector =" {{AdminCustomerAccountInformationSection.email}}" userInput =" {{customerData.email}}" />
58
61
<selectOption stepKey =" selectStoreView" selector =" {{AdminCustomerAccountInformationSection.storeView}}" userInput =" {{storeView}}" />
59
62
<waitForElement selector =" {{AdminCustomerAccountInformationSection.storeView}}" stepKey =" waitForCustomerStoreViewExpand" />
60
- <click selector =" {{AdminCustomerAccountInformationSection.group}}" stepKey =" ClickToExpandGroup" />
61
- <waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceGroupOrCatalogOption('Default (General)')}}" stepKey =" waitForCustomerGroupExpand" />
62
- <click selector =" {{AdminCustomerAccountInformationSection.groupValue('Default (General)')}}" after =" waitForCustomerGroupExpand" stepKey =" ClickToSelectGroup" />
63
63
<click stepKey =" save" selector =" {{AdminCustomerAccountInformationSection.saveCustomer}}" />
64
64
<waitForPageLoad stepKey =" waitForCustomersPage" />
65
65
<see stepKey =" seeSuccessMessage" userInput =" You saved the customer." />
You can’t perform that action at this time.
0 commit comments