Skip to content

Commit 0b60fe5

Browse files
authored
Update AdminDeleteUserActionGroup.xml
1 parent 1866841 commit 0b60fe5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,12 @@
1818

1919
<amOnPage stepKey="amOnAdminUsersPage" url="{{AdminUsersPage.url}}"/>
2020
<waitForPageLoad stepKey="waitForAdminUserPageLoad"/>
21-
<click selector="AdminUserGridSection.resetButton" stepKey="resetGridFilter"/>
21+
<click selector="{{AdminUserGridSection.resetButton}}" stepKey="resetGridFilter"/>
2222
<waitForPageLoad stepKey="waitForFiltersReset" time="15"/>
23-
<fillField selector="AdminUserGridSection.usernameFilterTextField" userInput="user.username" stepKey="enterUserName"/>
23+
<fillField selector="{{AdminUserGridSection.usernameFilterTextField}}" userInput="{{user.username}}" stepKey="enterUserName"/>
2424
<click selector="AdminUserGridSection.searchButton" stepKey="clickSearch"/>
2525
<waitForPageLoad stepKey="waitForGridToLoad" time="15"/>
26-
<see selector="AdminUserGridSection.usernameInFirstRow" userInput="user.username" stepKey="seeUser"/>
26+
<see selector="{{AdminUserGridSection.usernameInFirstRow}}" userInput="{{user.username}}" stepKey="seeUser"/>
2727
<click stepKey="openTheUser" selector="{{AdminDeleteUserSection.role(user.username)}}"/>
2828
<fillField stepKey="TypeCurrentPassword" selector="{{AdminDeleteUserSection.password}}" userInput="{{_ENV.MAGENTO_ADMIN_PASSWORD}}"/>
2929
<scrollToTopOfPage stepKey="scrollToTop"/>

0 commit comments

Comments
 (0)