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 1616 <argument name =" userName" type =" string" defaultValue =" John" />
1717 </arguments >
1818 <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}}" />
2020 <scrollToTopOfPage stepKey =" scrollToTop" />
2121 <click stepKey =" clickToDeleteUser" selector =" {{AdminDeleteUserSection.delete}}" />
2222 <waitForPageLoad stepKey =" waitForDeletePopupOpen" time =" 5" />
Original file line number Diff line number Diff line change 3535 <after >
3636 <!-- Delete New Admin User -->
3737 <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$$" />
4041 </actionGroup >
4142 <actionGroup ref =" AdminLogoutActionGroup" stepKey =" logOut" />
4243 </after >
You can’t perform that action at this time.
0 commit comments