Skip to content

Commit 00e6cd8

Browse files
committed
MC-6621: Admin user with permission for 1 website cannot view All Store Views scope on a product assigned to different websites
1 parent efe5d7c commit 00e6cd8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/User/Test/Mftf/Section/AdminDeleteRoleSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<element name="theRole" selector="//td[contains(text(), 'Role')]" type="button"/>
1313
<element name="current_pass" type="button" selector="#current_password"/>
1414
<element name="delete" selector="//button/span[contains(text(), 'Delete Role')]" type="button"/>
15-
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
15+
<element name="confirm" selector=".action-primary.action-accept" type="button"/>
1616
</section>
1717
</sections>

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<element name="theUser" selector="//td[contains(text(), 'John')]" type="button"/>
1313
<element name="password" selector="#user_current_password" type="input"/>
1414
<element name="delete" selector="//button/span[contains(text(), 'Delete User')]" type="button"/>
15-
<element name="confirm" selector="//*[@class='action-primary action-accept']" type="button"/>
15+
<element name="confirm" selector=".action-primary.action-accept" type="button"/>
1616
<element name="role" parameterized="true" selector="//td[contains(text(), '{{args}}')]" type="button"/>
1717
</section>
1818
</sections>

0 commit comments

Comments
 (0)