AdminStoresMainActionsSection.xml 896 B

1234567891011121314151617
  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="AdminStoresMainActionsSection">
  10. <element name="createStoreViewButton" type="button" selector="#add_store" timeout="30"/>
  11. <element name="createStoreButton" type="button" selector="#add_group" timeout="30"/>
  12. <element name="createWebsiteButton" type="button" selector="#add" timeout="30"/>
  13. <element name="saveButton" type="button" selector="#save" timeout="90"/>
  14. <element name="backButton" type="button" selector="#back" timeout="30"/>
  15. <element name="deleteButton" type="button" selector="#delete" timeout="30"/>
  16. </section>
  17. </sections>