Skip to content

Commit 481b7b8

Browse files
committed
MAGETWO-72095: Create New Customer via the Admin
- Fix flaky failure
1 parent ccd72a4 commit 481b7b8

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
@@ -25,6 +25,7 @@
2525

2626
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
2727
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="navigateToCustomers"/>
28+
<waitForPageLoad stepKey="waitForLoad1"/>
2829
<click selector="{{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey="clickCreateCustomer"/>
2930
<waitForElement selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="wait1"/>
3031
<fillField userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="fillFirstName"/>

0 commit comments

Comments
 (0)