File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
app/code/Magento/User/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 21
21
<waitForPageLoad stepKey =" waitForUserEditPageLoad" />
22
22
<fillField selector =" {{AdminEditUserSection.currentPasswordField}}" userInput =" {{_ENV.MAGENTO_ADMIN_PASSWORD}}" stepKey =" enterThePassword" />
23
23
<click selector =" {{AdminEditUserSection.deleteButton}}" stepKey =" deleteUser" />
24
- <waitForElementVisible selector =" {{AdminEditUserSection .message}}" stepKey =" waitForConfirmModal" />
25
- <click selector =" {{AdminEditUserSection .ok}}" stepKey =" confirmDelete" />
24
+ <waitForElementVisible selector =" {{AdminConfirmationModalSection .message}}" stepKey =" waitForConfirmModal" />
25
+ <click selector =" {{AdminConfirmationModalSection .ok}}" stepKey =" confirmDelete" />
26
26
<waitForPageLoad stepKey =" waitForSave" />
27
27
<see userInput =" You deleted the user." stepKey =" seeUserDeleteMessage" />
28
28
</actionGroup >
Original file line number Diff line number Diff line change 17
17
<element name =" searchResultFirstRow" type =" text" selector =" .data-grid>tbody>tr" />
18
18
<element name =" saveButton" type =" button" selector =" #save" />
19
19
<element name =" deleteButton" type =" button" selector =" #delete" />
20
- <element name =" ok" type =" button" selector =" .modal-popup.confirm button.action-accept" />
21
- <element name =" message" type =" text" selector =" .modal-popup.confirm div.modal-content" />
22
20
</section >
23
21
</sections >
You can’t perform that action at this time.
0 commit comments