Skip to content

Commit 1802be9

Browse files
committed
ACPT-113: [BUG] Adobe Stock doesn't allow to license an image if configured via Magento config
1 parent ac2db31 commit 1802be9

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
@@ -9,7 +9,7 @@
99
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
1111
<section name="AdminDeleteUserSection">
12-
<element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
12+
<element name="theUser" selector="//td[contains(text(), '{{userName}}')]" type="button" parameterized="true"/>
1313
<element name="password" selector="#user_current_password" type="input"/>
1414
<element name="delete" selector=".page-actions-buttons #delete" type="button"/>
1515
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>

0 commit comments

Comments
 (0)