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 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" />
Original file line number Diff line number Diff line change 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" />
You can’t perform that action at this time.
0 commit comments