SwitchAccountSection.xml 829 B

123456789101112131415161718192021
  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="LoginFormSection">
  11. <element name="username" type="input" selector="#username"/>
  12. <element name="password" type="input" selector="#login"/>
  13. <element name="signIn" type="button" selector=".actions .action-primary" timeout="30"/>
  14. </section>
  15. <section name="SignOutSection">
  16. <element name="admin" type="button" selector=".admin__action-dropdown-text"/>
  17. <element name="logout" type="button" selector="//*[contains(text(), 'Sign Out')]"/>
  18. </section>
  19. </sections>