AdminEditRoleInfoSection.xml 1.36 KB
Newer Older
Ketan's avatar
Ketan committed
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
<?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="AdminEditRoleInfoSection">
        <element name="roleName" type="input" selector="#role_name"/>
        <element name="password" type="input" selector="#current_password"/>
        <element name="roleResourcesTab" type="button" selector="#role_info_tabs_account"/>
        <element name="backButton" type="button" selector="button[title='Back']"/>
        <element name="resetButton" type="button" selector="button[title='Reset']"/>
        <element name="deleteButton" type="button" selector="button[title='Delete Role']"/>
        <element name="saveButton" type="button" selector="button[title='Save Role']"/>
        <element name="message" type="text" selector=".modal-popup.confirm div.modal-content"/>
        <element name="cancel" type="button" selector=".modal-popup.confirm button.action-dismiss"/>
        <element name="ok" type="button" selector=".modal-popup.confirm button.action-accept" timeout="60"/>
        <element name="blockName" type="checkbox" selector="//*[text()='{{var}}']//*[@class='jstree-checkbox']" parameterized="true"/>
    </section>
</sections>