File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Customer/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 27
27
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" navigateToCustomers" />
28
28
<waitForPageLoad stepKey =" waitForLoad1" />
29
29
<click selector =" {{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey =" clickCreateCustomer" />
30
- <waitForElement selector =" {{AdminCustomerAccountInformationSection.firstName}}" stepKey =" wait1" />
31
30
<fillField userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerAccountInformationSection.firstName}}" stepKey =" fillFirstName" />
32
31
<fillField userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminCustomerAccountInformationSection.lastName}}" stepKey =" fillLastName" />
33
32
<fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerAccountInformationSection.email}}" stepKey =" fillEmail" />
34
33
<click selector =" {{AdminCustomerMainActionsSection.saveButton}}" stepKey =" saveCustomer" />
35
- <waitForElementNotVisible selector =" div [data-role='spinner']" time =" 10" stepKey =" waitForSpinner1" />
36
34
<seeElement selector =" {{AdminCustomerMessagesSection.successMessage}}" stepKey =" assertSuccessMessage" />
35
+ <magentoCLI stepKey =" reindex" command =" indexer:reindex" />
36
+ <reloadPage stepKey =" reloadPage" />
37
+ <waitForPageLoad stepKey =" waitForLoad2" />
37
38
<click selector =" {{AdminCustomerFiltersSection.filtersButton}}" stepKey =" openFilter" />
38
39
<fillField userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerFiltersSection.emailInput}}" stepKey =" filterEmail" />
39
40
<click selector =" {{AdminCustomerFiltersSection.apply}}" stepKey =" applyFilter" />
40
- <waitForElementNotVisible selector =" div [data-role='spinner']" time =" 10" stepKey =" waitForSpinner2" />
41
41
<see userInput =" {{CustomerEntityOne.firstname}}" selector =" {{AdminCustomerGridSection.customerGrid}}" stepKey =" assertFirstName" />
42
42
<see userInput =" {{CustomerEntityOne.lastname}}" selector =" {{AdminCustomerGridSection.customerGrid}}" stepKey =" assertLastName" />
43
43
<see userInput =" {{CustomerEntityOne.email}}" selector =" {{AdminCustomerGridSection.customerGrid}}" stepKey =" assertEmail" />
You can’t perform that action at this time.
0 commit comments