AdminSystemStorePage.xml 514 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. <pages xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/PageObject.xsd">
  9. <page name="AdminSystemStorePage" url="/admin/system_store/" area="admin" module="Magento_Store">
  10. <section name="AdminStoresMainActionsSection"/>
  11. <section name="AdminStoresGridSection"/>
  12. </page>
  13. </pages>