Skip to content

Commit 0a04acc

Browse files
committed
ACQE-5377: [Stabilithon] Review and deliver submitted Pull Requests
1 parent 1c50bf3 commit 0a04acc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/User/Test/Mftf/ActionGroup/AdminCreateUserActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<amOnPage url="{{AdminUsersPage.url}}" stepKey="amOnAdminUsersPage"/>
2121
<waitForPageLoad stepKey="waitForAdminUserPageLoad"/>
2222
<click selector="{{AdminCreateUserSection.create}}" stepKey="clickToCreateNewUser"/>
23+
<waitForElementVisible selector="{{AdminEditUserSection.usernameTextField}}" stepKey="waitForUserNameFieldVisible" />
2324
<fillField selector="{{AdminEditUserSection.usernameTextField}}" userInput="{{User.username}}" stepKey="enterUserName"/>
2425
<fillField selector="{{AdminEditUserSection.firstNameTextField}}" userInput="{{User.firstName}}" stepKey="enterFirstName"/>
2526
<fillField selector="{{AdminEditUserSection.lastNameTextField}}" userInput="{{User.lastName}}" stepKey="enterLastName"/>

0 commit comments

Comments
 (0)