Ви не можете вибрати більше 25 тем Теми мають розпочинатися з літери або цифри, можуть містити дефіси (-) і не повинні перевищувати 35 символів.
 
 
 
 
 
 

23 рядки
972 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. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <actionGroup name="AssertAdminCustomerGenderInCustomersGridActionGroup">
  11. <annotations>
  12. <description>Assert customer "Gender" attribute value on customer grid page</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="customerEmail" defaultValue="{{Simple_US_Customer.email}}" type="string"/>
  16. <argument name="expectedGenderValue" defaultValue="{{Gender.empty}}" type="string"/>
  17. </arguments>
  18. <see userInput="{{expectedGenderValue}}" selector="{{AdminCustomerGridSection.customerGenderByEmail(customerEmail)}}" stepKey="assertGenderValue"/>
  19. </actionGroup>
  20. </actionGroups>