AdminStoresDeleteWebsiteSection.xml 545 B

12345678910111213
  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="AdminStoresDeleteWebsiteSection">
  10. <element name="createDbBackup" type="select" selector="#store_create_backup"/>
  11. <element name="deleteButton" type="button" selector="#delete" timeout="120"/>
  12. </section>
  13. </sections>