Skip to content

Commit 3d51069

Browse files
glo74186Manjusha.S
authored andcommitted
did changes
1 parent bd5b734 commit 3d51069

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/Security/Test/Mftf/ActionGroup/AdminResetPasswordActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<click selector="{{AdminMainActionsSection.save}}" stepKey="clickSaveUser"/>
1616
<waitForPageLoad stepKey="waitForPageLoad"/>
1717
<see userInput="This is a required field." stepKey="seeRequiredField1"/>
18-
<fillField selector="{{AdminSystemAccountSection.currentPassword}}" userInput="{{_CREDS.magento/MAGENTO_ADMIN_PASSWORD}}Invalid" stepKey="fillWrongPassword"/>
18+
<fillField selector="{{AdminSystemAccountSection.currentPassword}}" userInput="Invalid12345678" stepKey="fillWrongPassword"/>
1919
<click selector="{{AdminMainActionsSection.save}}" stepKey="clickSaveUser1"/>
2020
<waitForPageLoad stepKey="waitForPageLoad1"/>
2121
<scrollToTopOfPage stepKey="scrollToTopOfPage"/>

app/code/Magento/Security/Test/Mftf/ActionGroup/AdminResetPasswordUsingOldPasswordActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<click selector="{{AdminEditUserSection.saveButton}}" stepKey="clickSaveUser"/>
1515
<waitForPageLoad stepKey="waitForPageLoad"/>
1616
<see userInput="This is a required field." stepKey="seeRequiredField"/>
17-
<fillField selector="{{AdminEditUserSection.currentPasswordField}}" userInput="{{_CREDS.magento/MAGENTO_ADMIN_PASSWORD}}Invalid" stepKey="enterWrongPassword"/>
17+
<fillField selector="{{AdminEditUserSection.currentPasswordField}}" userInput="Invalid12345678" stepKey="enterWrongPassword"/>
1818
<click selector="{{AdminEditUserSection.saveButton}}" stepKey="clickSaveUser1"/>
1919
<waitForPageLoad stepKey="waitForPageLoad1"/>
2020
<scrollToTopOfPage stepKey="scrollToTopOfPage"/>

0 commit comments

Comments
 (0)