File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
app/code/Magento/Customer/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 56
56
<fillField stepKey =" FillLastName" selector =" {{AdminCustomerAccountInformationSection.lastName}}" userInput =" {{customerData.lastname}}" />
57
57
<fillField stepKey =" FillEmail" selector =" {{AdminCustomerAccountInformationSection.email}}" userInput =" {{customerData.email}}" />
58
58
<selectOption stepKey =" selectStoreView" selector =" {{AdminCustomerAccountInformationSection.storeView}}" userInput =" {{storeView}}" />
59
+ <waitForElement selector =" {{AdminCustomerAccountInformationSection.storeView}}" stepKey =" waitForCustomerStoreViewExpand" />
59
60
<click selector =" {{AdminCustomerAccountInformationSection.group}}" stepKey =" ClickToExpandGroup" />
60
61
<waitForElement selector =" {{AdminProductFormAdvancedPricingSection.productTierPriceGroupOrCatalogOption('Default (General)')}}" stepKey =" waitForCustomerGroupExpand" />
61
62
<click selector =" {{AdminCustomerAccountInformationSection.groupValue('Default (General)')}}" after =" waitForCustomerGroupExpand" stepKey =" ClickToSelectGroup" />
You can’t perform that action at this time.
0 commit comments