File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed
app/code/Magento/User/Test/Mftf Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 16
16
<argument name =" userName" type =" string" defaultValue =" John" />
17
17
</arguments >
18
18
<click stepKey =" clickOnUser" selector =" {{AdminDeleteUserSection.theUser(userName)}}" />
19
- <fillField stepKey =" typeCurrentPassword" selector =" {{AdminDeleteUserSection.password}}" userInput =" {{_ENV. MAGENTO_ADMIN_PASSWORD}}" />
19
+ <fillField stepKey =" typeCurrentPassword" selector =" {{AdminDeleteUserSection.password}}" userInput =" {{_CREDS.magento/ MAGENTO_ADMIN_PASSWORD}}" />
20
20
<scrollToTopOfPage stepKey =" scrollToTop" />
21
21
<click stepKey =" clickToDeleteUser" selector =" {{AdminDeleteUserSection.delete}}" />
22
22
<waitForPageLoad stepKey =" waitForDeletePopupOpen" time =" 5" />
Original file line number Diff line number Diff line change 35
35
<after >
36
36
<!-- Delete New Admin User -->
37
37
<actionGroup ref =" AdminLoginActionGroup" stepKey =" LoginAdmin" />
38
- <actionGroup ref =" AdminDeleteUserViaCurlActionGroup" stepKey =" deleteUser" >
39
- <argument name =" user" value =" $$user$$" />
38
+ <actionGroup ref =" AdminOpenAdminUsersPageActionGroup" stepKey =" goToAllUsersPage" />
39
+ <actionGroup ref =" AdminDeleteNewUserActionGroup" stepKey =" deleteUser" >
40
+ <argument name =" userName" value =" $$user.username$$" />
40
41
</actionGroup >
41
42
<actionGroup ref =" AdminLogoutActionGroup" stepKey =" logOut" />
42
43
</after >
You can’t perform that action at this time.
0 commit comments