Skip to content

Commit dc7f39d

Browse files
Sahil.kumarManjusha
authored andcommitted
Section been changed
1 parent 4a41ec4 commit dc7f39d

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryProductsGridSection.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,14 @@
1818
<element name="productVisibility" type="select" selector="//*[@name='product[visibility]']"/>
1919
<element name="productSelectAll" type="checkbox" selector="input.admin__control-checkbox"/>
2020
<element name="productsGridEmpty" type="text" selector="#catalog_category_products_table .data-grid-tr-no-data .empty-text"/>
21+
<element name="addProducts" type="button" selector="//button[@class='action-default scalable secondary add-products']"/>
22+
<element name="filtersButton" type="button" selector="//div[@class='data-grid-filters-actions-wrap']//button"/>
23+
<element name="clearAllButton" type="button" selector="//button[contains(text(),'Clear all')]"/>
24+
<element name="downArrow" type="button" selector="//button[@class='action-multicheck-toggle']"/>
25+
<element name="selectAllOnThisPage" type="select" selector="//span[contains(text(),'Select All on This Page')]"/>
26+
<element name="saveAndClose" type="button" selector="//button[@name='add_products_save_button']"/>
27+
<element name="subCategoryProductCount" type="text" selector="//div[@class='tree-holder']//span[contains(text(),'SimpleSubCategory') and contains(text(),'({{productCount}})')]" parameterized="true"/>
28+
<element name="defaultCategoryProductCount" type="text" selector="//div[@class='tree-holder']//span[contains(text(),'Default Category') and contains(text(),'({{productCount}})')]" parameterized="true"/>
2129
</section>
2230
</sections>
31+

0 commit comments

Comments
 (0)