Skip to content

Commit 94a88c9

Browse files
ENGCOM-4174: products-in-category-checkbox-not-align-properly #21022
- Merge Pull Request #21022 from priti2jcommerce/magento2:products-in-category-checkbox-not-align-properly - Merged commits: 1. bf2a704 2. 6e7734e 3. bc3fa6b 4. bf6d023
2 parents 7de46b5 + bf6d023 commit 94a88c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Sales/Test/Mftf/Section/OrdersGridSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
<element name="website" type="radio" selector="//label[contains(text(), '{{arg}}')]" parameterized="true"/>
2121
<element name="addProducts" type="button" selector="#add_products"/>
22-
<element name="selectProduct" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-select col-in_products')]" parameterized="true"/>
22+
<element name="selectProduct" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-select col-in_products')]/label/input" parameterized="true"/>
2323
<element name="setQuantity" type="checkbox" selector="//td[contains(text(), '{{arg}}')]/following-sibling::td[contains(@class, 'col-qty')]/input" parameterized="true"/>
2424
<element name="addProductsToOrder" type="button" selector="//span[text()='Add Selected Product(s) to Order']"/>
2525
<element name="customPrice" type="checkbox" selector="//span[text()='{{arg}}']/parent::td/following-sibling::td/div//span[contains(text(),'Custom Price')]" parameterized="true"/>

0 commit comments

Comments
 (0)