File tree Expand file tree Collapse file tree 2 files changed +6
-0
lines changed
app/code/Magento/Security/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +6
-0
lines changed Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminResetPasswordActionGroup" >
12
+ <annotations >
13
+ <description >Reset password using old password on My Account page.</description >
14
+ </annotations >
12
15
<amOnPage url =" {{AdminSystemAccountPage.url}}" stepKey =" openAdminSystemAccountPage" />
13
16
<fillField selector =" {{AdminSystemAccountSection.newPassword}}" userInput =" Admin@12345678" stepKey =" enterPassword" />
14
17
<fillField selector =" {{AdminSystemAccountSection.passwordConfirmation}}" userInput =" Admin@12345678" stepKey =" confirmPassword" />
Original file line number Diff line number Diff line change 9
9
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
11
11
<actionGroup name =" AdminResetPasswordUsingOldPasswordActionGroup" >
12
+ <annotations >
13
+ <description >Reset password using old password on All Users page.</description >
14
+ </annotations >
12
15
<fillField selector =" {{AdminEditUserSection.passwordTextField}}" userInput =" 123123aaa" stepKey =" enterPassword" />
13
16
<fillField selector =" {{AdminEditUserSection.pwConfirmationTextField}}" userInput =" 123123aaa" stepKey =" confirmPassword" />
14
17
<click selector =" {{AdminEditUserSection.saveButton}}" stepKey =" clickSaveUser" />
You can’t perform that action at this time.
0 commit comments