File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/User/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 18
18
19
19
<amOnPage stepKey =" amOnAdminUsersPage" url =" {{AdminUsersPage.url}}" />
20
20
<waitForPageLoad stepKey =" waitForAdminUserPageLoad" />
21
- <click selector =" AdminUserGridSection.resetButton" stepKey =" resetGridFilter" />
21
+ <click selector =" {{ AdminUserGridSection.resetButton}} " stepKey =" resetGridFilter" />
22
22
<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" />
24
24
<click selector =" AdminUserGridSection.searchButton" stepKey =" clickSearch" />
25
25
<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" />
27
27
<click stepKey =" openTheUser" selector =" {{AdminDeleteUserSection.role(user.username)}}" />
28
28
<fillField stepKey =" TypeCurrentPassword" selector =" {{AdminDeleteUserSection.password}}" userInput =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" />
29
29
<scrollToTopOfPage stepKey =" scrollToTop" />
You can’t perform that action at this time.
0 commit comments