AdminStoresGridSection.xml 1.5 KB

12345678910111213141516171819202122232425
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <!--
  3. /**
  4. * Copyright © Magento, Inc. All rights reserved.
  5. * See COPYING.txt for license details.
  6. */
  7. -->
  8. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  9. <section name="AdminStoresGridControlsSection">
  10. <element name="createStoreView" type="button" selector="#add_store"/>
  11. <element name="createStore" type="button" selector="#add_group"/>
  12. <element name="createWebsite" type="button" selector="#add"/>
  13. </section>
  14. <section name="AdminStoresGridSection">
  15. <element name="storeGrpFilterTextField" type="input" selector="#storeGrid_filter_group_title"/>
  16. <element name="websiteFilterTextField" type="input" selector="#storeGrid_filter_website_title"/>
  17. <element name="storeFilterTextField" type="input" selector="#storeGrid_filter_store_title" timeout="90"/>
  18. <element name="searchButton" type="button" selector=".admin__data-grid-header button[title=Search]" timeout="30"/>
  19. <element name="resetButton" type="button" selector="button[title='Reset Filter']" timeout="30"/>
  20. <element name="websiteNameInFirstRow" type="text" selector=".col-website_title>a"/>
  21. <element name="storeGrpNameInFirstRow" type="text" selector=".col-group_title>a"/>
  22. <element name="storeNameInFirstRow" type="text" selector=".col-store_title>a"/>
  23. <element name="firstRow" type="textarea" selector="(//*[@id='storeGrid_table']/tbody/tr)[1]"/>
  24. </section>
  25. </sections>