Skip to content

Commit 31df361

Browse files
Sahil.kumarManjusha
authored andcommitted
removed some code
1 parent c9d47b6 commit 31df361

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

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

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -18,12 +18,6 @@
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']"/>
2721
<element name="subCategoryProductCount" type="text" selector="//div[@class='tree-holder']//span[contains(text(),'SimpleSubCategory') and contains(text(),'({{productCount}})')]" parameterized="true"/>
2822
<element name="defaultCategoryProductCount" type="text" selector="//div[@class='tree-holder']//span[contains(text(),'Default Category') and contains(text(),'({{productCount}})')]" parameterized="true"/>
2923
</section>

0 commit comments

Comments
 (0)