File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
app/code/Magento/Security/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 15
15
<click selector =" {{AdminMainActionsSection.save}}" stepKey =" clickSaveUser" />
16
16
<waitForPageLoad stepKey =" waitForPageLoad" />
17
17
<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" />
19
19
<click selector =" {{AdminMainActionsSection.save}}" stepKey =" clickSaveUser1" />
20
20
<waitForPageLoad stepKey =" waitForPageLoad1" />
21
21
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
Original file line number Diff line number Diff line change 14
14
<click selector =" {{AdminEditUserSection.saveButton}}" stepKey =" clickSaveUser" />
15
15
<waitForPageLoad stepKey =" waitForPageLoad" />
16
16
<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" />
18
18
<click selector =" {{AdminEditUserSection.saveButton}}" stepKey =" clickSaveUser1" />
19
19
<waitForPageLoad stepKey =" waitForPageLoad1" />
20
20
<scrollToTopOfPage stepKey =" scrollToTopOfPage" />
You can’t perform that action at this time.
0 commit comments