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

29 строки
1.6 KiB

  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. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="AdminCreateUserSection">
  11. <element name="system" type="input" selector="#menu-magento-backend-system"/>
  12. <element name="allUsers" type="input" selector="//span[contains(text(), 'All Users')]"/>
  13. <element name="create" type="input" selector="#add"/>
  14. <element name="usernameTextField" type="input" selector="#user_username"/>
  15. <element name="firstNameTextField" type="input" selector="#user_firstname"/>
  16. <element name="lastNameTextField" type="input" selector="#user_lastname"/>
  17. <element name="emailTextField" type="input" selector="#user_email"/>
  18. <element name="passwordTextField" type="input" selector="#user_password"/>
  19. <element name="pwConfirmationTextField" type="input" selector="#user_confirmation"/>
  20. <element name="currentPasswordField" type="input" selector="#user_current_password"/>
  21. <element name="expireAtField" type="input" selector="#user_expires_at"/>
  22. <element name="createdRoleInUserPage" type="text" selector="//tr//td[contains(text(), '{{arg}}')]" parameterized="true"/>
  23. <element name="userInfoTab" type="button" selector="#page_tabs_main_section"/>
  24. <element name="userRoleTab" type="button" selector="#page_tabs_roles_section"/>
  25. <element name="saveButton" type="button" selector="#save"/>
  26. </section>
  27. </sections>