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

27 строки
1.2 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. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <!-- Check Default Value for Disable Automatic Group Changes Based on VAT ID in Customer Form -->
  11. <actionGroup name="AdminAssertDefaultValueDisableAutoGroupInCustomerFormActionGroup">
  12. <annotations>
  13. <description>Check Default Value for Disable Automatic Group Changes Based on VAT ID in Create Customer form.</description>
  14. </annotations>
  15. <arguments>
  16. <argument name="isChecked" type="string"/>
  17. </arguments>
  18. <grabValueFrom selector="{{AdminCustomerAccountInformationSection.disableAutomaticGroupChange}}" stepKey="grabDisableAutomaticGroupChange"/>
  19. <assertEquals stepKey="assertDisableAutomaticGroupChangeNo" message="pass">
  20. <expectedResult type="string">{{isChecked}}</expectedResult>
  21. <actualResult type="variable">grabDisableAutomaticGroupChange</actualResult>
  22. </assertEquals>
  23. </actionGroup>
  24. </actionGroups>