File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Test Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 28
28
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomers" />
29
29
<click selector =" {{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey =" clickCreateCustomer" />
30
30
<waitForElement selector =" {{AdminNewCustomerAccountInformationSection.firstName}}" stepKey =" wait1" />
31
- <fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerAccountInformationSection .firstName}}" stepKey =" fillFirstName" />
32
- <fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminCustomerAccountInformationSection .lastName}}" stepKey =" fillLastName" />
33
- <fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerAccountInformationSection .email}}" stepKey =" fillEmail" />
34
- <click selector =" {{AdminCustomerMainActionsSection .saveButton}}" stepKey =" saveCustomer" />
31
+ <fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminNewCustomerAccountInformationSection .firstName}}" stepKey =" fillFirstName" />
32
+ <fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminNewCustomerAccountInformationSection .lastName}}" stepKey =" fillLastName" />
33
+ <fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminNewCustomerAccountInformationSection .email}}" stepKey =" fillEmail" />
34
+ <click selector =" {{AdminNewCustomerMainActionsSection .saveButton}}" stepKey =" saveCustomer" />
35
35
<waitForElementNotVisible selector =" div [data-role='spinner']" time =" 10" stepKey =" waitForSpinner1" />
36
36
<seeElement selector =" {{AdminCustomerMessagesSection.successMessage}}" stepKey =" assertSuccessMessage" />
37
37
<click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilter" />
You can’t perform that action at this time.
0 commit comments