<?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="BlockNewPageBasicFieldsSection">
        <element name="isActive" type="button" selector="//input[@name='is_active' and @value='{{var1}}']" parameterized="true"/>
        <element name="blockTitle" type="input" selector="input[name=title]"/>
        <element name="identifier" type="input" selector="input[name=identifier]"/>
        <element name="storeView" type="multiselect" selector="select[name=store_id]"/>
        <element name="duplicatedIdentifier" type="input" selector="//input[contains(@data-value,'{{var1}}')]" parameterized="true"/>
        <element name="isActiveLabel" type="button" selector="div[data-index=is_active] .admin__actions-switch-label"/>
    </section>
</sections>
