File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/Customer/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 99<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
1010 xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
1111 <section name =" AdminCustomerGroupGridActionsSection" >
12- <element name =" selectButton" type =" button" selector =" //div[text()='{{groupName}}']/parent::td//following-sibling::td[@class='data-grid-actions-cell']//button[text()='Select']" timeout =" 30" parameterized =" true" />
13- <element name =" deleteAction" type =" button" selector =" //div[text()='{{groupName}}']/parent::td//following-sibling::td[@class='data-grid-actions-cell']//a[text()='Delete']" timeout =" 30" parameterized =" true" />
12+ <element name =" selectButton" type =" button" selector =" //div[text()='{{groupName}}']/parent::td//following-sibling::td[@class='data-grid-actions-cell data-action-position ']//button[text()='Select']" timeout =" 30" parameterized =" true" />
13+ <element name =" deleteAction" type =" button" selector =" //div[text()='{{groupName}}']/parent::td//following-sibling::td[@class='data-grid-actions-cell data-action-position ']//a[text()='Delete']" timeout =" 30" parameterized =" true" />
1414 <element name =" actionsMenuButton" type =" text" selector =" //div[text()='{{groupName}}']/parent::td//following-sibling::td[@class='data-grid-actions-cell']//a[text()='{{selectItem}}']" timeout =" 30" parameterized =" true" />
1515 </section >
1616</sections >
You can’t perform that action at this time.
0 commit comments