File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Test Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change 27
27
<actionGroup ref =" LoginAsAdmin" stepKey =" loginAsAdmin1" />
28
28
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomers" />
29
29
<click selector =" {{AdminCustomerMainActionsSection.addNewCustomer}}" stepKey =" clickCreateCustomer" />
30
+ <waitForElement selector =" {{AdminNewCustomerAccountInformationSection.firstName}}" stepKey =" wait1" />
30
31
<fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminNewCustomerAccountInformationSection.firstName}}" stepKey =" fillFirstName" />
31
32
<fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminNewCustomerAccountInformationSection.lastName}}" stepKey =" fillLastName" />
32
33
<fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminNewCustomerAccountInformationSection.email}}" stepKey =" fillEmail" />
You can’t perform that action at this time.
0 commit comments