Você não pode selecionar mais de 25 tópicos Os tópicos devem começar com uma letra ou um número, podem incluir traços ('-') e podem ter até 35 caracteres.
 
 
 
 
 
 

23 linhas
891 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. <!-- Go to Address Book -->
  11. <actionGroup name="StorefrontCustomerAddressBookNumberOfAddresses">
  12. <annotations>
  13. <description>Validate that the Customer Address count is present and correct on the Storefront Customer Dashboard page.</description>
  14. </annotations>
  15. <arguments>
  16. <argument name="number" type="string"/>
  17. </arguments>
  18. <see userInput="{{number}} Item" selector="{{StorefrontCustomerAddressesSection.numberOfAddresses}}" stepKey="checkNumberOfAddresses"/>
  19. </actionGroup>
  20. </actionGroups>