We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ccd72a4 commit 481b7b8Copy full SHA for 481b7b8
dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Customer/Test/AdminCreateCustomerTest.xml
@@ -25,6 +25,7 @@
25
26
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin1"/>
27
<amOnPage url="{{AdminCustomerPage.url}}" stepKey="navigateToCustomers"/>
28
+ <waitForPageLoad stepKey="waitForLoad1"/>
29
<click selector="{{AdminCustomerGridMainActionsSection.addNewCustomer}}" stepKey="clickCreateCustomer"/>
30
<waitForElement selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="wait1"/>
31
<fillField userInput="{{CustomerEntityOne.firstname}}" selector="{{AdminCustomerAccountInformationSection.firstName}}" stepKey="fillFirstName"/>
0 commit comments