Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

21 строка
910 B

  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. <operations xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:DataGenerator/etc/dataOperation.xsd">
  10. <operation name="CreateUserRole" dataType="user_role" type="create"
  11. auth="adminFormKey" url="/admin/user_role/saverole/" method="POST" successRegex="/messages-message-success/" returnRegex="" >
  12. <contentType>application/x-www-form-urlencoded</contentType>
  13. <field key="rolename" required="true">string</field>
  14. <field key="current_password" required="true">string</field>
  15. <field key="all" required="true">integer</field>
  16. <array key="resource" required="false">
  17. <value>string</value>
  18. </array>
  19. </operation>
  20. </operations>