We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac2db31 commit 1802be9Copy full SHA for 1802be9
app/code/Magento/Customer/Test/Mftf/Section/AdminDeleteUserSection.xml
@@ -9,7 +9,7 @@
9
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
11
<section name="AdminDeleteUserSection">
12
- <element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
+ <element name="theUser" selector="//td[contains(text(), '{{userName}}')]" type="button" parameterized="true"/>
13
<element name="password" selector="#user_current_password" type="input"/>
14
<element name="delete" selector=".page-actions-buttons #delete" type="button"/>
15
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
0 commit comments