Skip to content

Commit c203c78

Browse files
committed
Merge branch 'MQE-1303' into reece-pr
2 parents 8a7f23e + 8574dac commit c203c78

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Customer/Test/Mftf/Test/AdminCreateCustomerTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,17 +27,17 @@
2727
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="navigateToCustomers"/>
2828
<waitForPageLoad stepKey="waitForLoad1"/>
2929
<click selector="{{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey="clickCreateCustomer"/>
30-
<waitForElement selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="wait1"/>
3130
<fillField userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="fillFirstName"/>
3231
<fillField userInput="{{CustomerEntityOne.lastname}}" selector="{{AdminCustomerAccountInformationSection.lastName}}" stepKey="fillLastName"/>
3332
<fillField userInput="{{CustomerEntityOne.email}}" selector="{{AdminCustomerAccountInformationSection.email}}" stepKey="fillEmail"/>
3433
<click selector="{{AdminCustomerMainActionsSection.saveButton}}" stepKey="saveCustomer"/>
35-
<waitForElementNotVisible selector="div [data-role='spinner']" time="10" stepKey="waitForSpinner1"/>
3634
<seeElement selector="{{AdminCustomerMessagesSection.successMessage}}" stepKey="assertSuccessMessage"/>
35+
<magentoCLI stepKey="reindex" command="indexer:reindex"/>
36+
<reloadPage stepKey="reloadPage"/>
37+
<waitForPageLoad stepKey="waitForLoad2"/>
3738
<click selector="{{AdminCustomerFiltersSection.filtersButton}}" stepKey="openFilter"/>
3839
<fillField userInput="{{CustomerEntityOne.email}}" selector="{{AdminCustomerFiltersSection.emailInput}}" stepKey="filterEmail"/>
3940
<click selector="{{AdminCustomerFiltersSection.apply}}" stepKey="applyFilter"/>
40-
<waitForElementNotVisible selector="div [data-role='spinner']" time="10" stepKey="waitForSpinner2"/>
4141
<see userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminCustomerGridSection.customerGrid}}" stepKey="assertFirstName"/>
4242
<see userInput="{{CustomerEntityOne.lastname}}" selector="{{AdminCustomerGridSection.customerGrid}}" stepKey="assertLastName"/>
4343
<see userInput="{{CustomerEntityOne.email}}" selector="{{AdminCustomerGridSection.customerGrid}}" stepKey="assertEmail"/>

0 commit comments

Comments
 (0)