CaptchaFormsDisplayingSection.xml 2.1 KB

123456789101112131415161718192021222324252627
  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="../../../../../../../vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Page/etc/SectionObject.xsd">
  10. <section name="CaptchaFormsDisplayingSection">
  11. <element name="store" type="button" selector="#menu-magento-backend-stores"/>
  12. <element name="config" type="button" selector="//li[@data-ui-id='menu-magento-config-system-config']//span"/>
  13. <element name="customer" type="button" selector="//div[@class='admin__page-nav-title title _collapsible']//strong[text()='Customers']"/>
  14. <element name="customerConfig" type="text" selector="//span[text()='Customer Configuration']"/>
  15. <element name="captcha" type="button" selector="#customer_captcha-head"/>
  16. <element name="dependent" type="button" selector="//a[@id='customer_captcha-head' and @class='open']"/>
  17. <element name="forms" type="multiselect" selector="#customer_captcha_forms"/>
  18. <element name="createUser" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='user_create']"/>
  19. <element name="forgotpassword" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='user_forgotpassword']"/>
  20. <element name="userLogin" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='user_login']"/>
  21. <element name="guestCheckout" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='guest_checkout']"/>
  22. <element name="register" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='register_during_checkout']"/>
  23. <element name="userEdit" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='user_edit']"/>
  24. <element name="contactUs" type="multiselect" selector="//select[@id='customer_captcha_forms']/option[@value='contact_us']"/>
  25. </section>
  26. </sections>