| Current Path : /home/rtorresani/www/vendor/magento/module-user/Test/Mftf/Section/ |
| Current File : //home/rtorresani/www/vendor/magento/module-user/Test/Mftf/Section/AdminEditRoleInfoSection.xml |
<?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']" timeout="30"/>
<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="//li//a[text()='{{var}}']/i[contains(@class, 'jstree-checkbox')]" parameterized="true"/>
</section>
</sections>