You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

26 lines
995 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. <suites xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Suite/etc/suiteSchema.xsd">
  9. <suite name="AdminCaptchaEnabledSuite">
  10. <before>
  11. <!-- Enable Admin Captcha -->
  12. <magentoCLI command="config:set {{AdminCaptchaEnableConfigData.path}} {{AdminCaptchaEnableConfigData.value}} " stepKey="enableAdminCaptcha"/>
  13. </before>
  14. <after>
  15. <!-- Enable Admin Captcha -->
  16. <magentoCLI command="config:set {{AdminCaptchaEnableConfigData.path}} {{AdminCaptchaEnableConfigData.value}} " stepKey="enableAdminCaptcha"/>
  17. </after>
  18. <include>
  19. <group name="admin_captcha_enabled"/>
  20. </include>
  21. <exclude>
  22. <group name="storefront_captcha_enabled"/>
  23. </exclude>
  24. </suite>
  25. </suites>