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 9
9
<sections xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
10
10
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Page/etc/SectionObject.xsd" >
11
11
<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" />
14
14
<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" />
15
15
</section >
16
16
</sections >
You can’t perform that action at this time.
0 commit comments