Skip to content

Commit 2b1e83e

Browse files
committed
MQE-2091: Remove MTF Code (framework and tests) from Magento 2.4
1 parent e5cfd12 commit 2b1e83e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Customer/Test/Mftf/Section/AdminDeleteUserSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<section name="AdminDeleteUserSection">
1212
<element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
1313
<element name="password" selector="#user_current_password" type="input"/>
14-
<element name="delete" selector="//button/span[contains(text(), 'Delete User')]" type="button"/>
14+
<element name="delete" selector=".page-actions-buttons #delete" type="button"/>
1515
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
1616
</section>
1717
</sections>

0 commit comments

Comments
 (0)