Skip to content

Commit 39ce382

Browse files
tomreeceimeron2433
authored andcommitted
MQE-912: AdminCreateCustomerTest fails randomly
1 parent eb548ae commit 39ce382

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Test/AdminCreateCustomerTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
2828
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="navigateToCustomers"/>
2929
<click selector="{{AdminCustomerMainActionsSection.addNewCustomer}}" stepKey="clickCreateCustomer"/>
30+
<waitForElement selector="{{AdminNewCustomerAccountInformationSection.firstName}}" stepKey="wait1"/>
3031
<fillField userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminNewCustomerAccountInformationSection.firstName}}" stepKey="fillFirstName"/>
3132
<fillField userInput="{{CustomerEntityOne.lastname}}" selector="{{AdminNewCustomerAccountInformationSection.lastName}}" stepKey="fillLastName"/>
3233
<fillField userInput="{{CustomerEntityOne.email}}" selector="{{AdminNewCustomerAccountInformationSection.email}}" stepKey="fillEmail"/>

0 commit comments

Comments
 (0)