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

40 строки
2.1 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. <tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
  10. <test name="AdminCheckDefaultValueDisableAutoGroupChangeIsYesTest">
  11. <annotations>
  12. <features value="Customer"/>
  13. <stories value="Default Value for Disable Automatic Group Changes Based on VAT ID"/>
  14. <title value="Check settings Default Value for Disable Automatic Group Changes Based on VAT ID is Yes"/>
  15. <description value="Check settings Default Value for Disable Automatic Group Changes Based on VAT ID is Yes"/>
  16. <severity value="MAJOR"/>
  17. <group value="customer"/>
  18. <group value="create"/>
  19. <group value="pr_exclude"/>
  20. </annotations>
  21. <before>
  22. <magentoCLI command="config:set customer/create_account/viv_disable_auto_group_assign_default 1" stepKey="setConfigDefaultIsYes"/>
  23. <comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
  24. <actionGroup ref="AdminLoginActionGroup" stepKey="loginAsAdmin1"/>
  25. </before>
  26. <after>
  27. <magentoCLI command="config:set customer/create_account/viv_disable_auto_group_assign_default 0" stepKey="setConfigDefaultIsNo"/>
  28. <comment userInput="Adding the comment to replace CliCacheFlushActionGroup action group ('cache:flush' command) for preserving Backward Compatibility" stepKey="flushCache"/>
  29. <actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
  30. </after>
  31. <actionGroup ref="AdminNavigateNewCustomerActionGroup" stepKey="navigateToNewCustomer"/>
  32. <actionGroup ref="AdminAssertDefaultValueDisableAutoGroupInCustomerFormActionGroup" stepKey="seeDefaultValueInForm">
  33. <argument name="isChecked" value="1"/>
  34. </actionGroup>
  35. </test>
  36. </tests>