<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
        xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="AdminCategoryMainActionsSection">
        <element name="SaveButton" type="button" selector=".page-actions-inner #save" timeout="30"/>
        <element name="DeleteButton" type="button" selector=".page-actions-inner #delete" timeout="30"/>
        <element name="CategoryStoreViewDropdownToggle" type="button" selector="#store-change-button"/>
        <element name="CategoryStoreViewOption" type="button" selector="//div[contains(@class, 'store-switcher')]//a[normalize-space()='{{store}}']" parameterized="true"/>
        <element name="CategoryStoreViewOptionSelected" type="button" selector="//div[contains(@class, 'store-switcher')]//div[contains(@class,'actions')]//button[contains(text(),'{{store}}')]" parameterized="true"/>
        <element name="CategoryStoreViewModalAccept" type="button" selector=".modal-popup.confirm._show .action-accept"/>
        <element name="allStoreViews" type="button" selector=".store-switcher .store-switcher-all" timeout="30"/>
        <element name="storeSwitcher" type="text" selector=".store-switcher"/>
    </section>
</sections>
