File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
TwoFactorAuth/Test/Mftf/Section Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 77-->
88<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
99 <section name =" AdminEditRoleInfoSection" >
10- <element name =" checkboxByRole" type =" checkbox" selector =" //*[@value ='{{var}}']/parent::*//*[ @class= 'jstree-checkbox']" parameterized =" true" />
11- <element name =" uncheckedCheckboxByRole" type =" checkbox" selector =" //* [@data-id='{{var}}' and contains(@class, 'jstree-checked ')]" parameterized =" true" />
10+ <element name =" checkboxByRole" type =" checkbox" selector =" //li[@data-id ='{{var}}']/a/i[contains( @class, 'jstree-checkbox') ]" parameterized =" true" />
11+ <element name =" uncheckedCheckboxByRole" type =" checkbox" selector =" //li [@data-id='{{var}}']/a[@aria-selected='false']/i[ contains(@class, 'jstree-checkbox ')]" parameterized =" true" />
1212 </section >
1313</sections >
You can’t perform that action at this time.
0 commit comments