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

18 строки
715 B

  1. <!--
  2. /**
  3. * Copyright © Magento, Inc. All rights reserved.
  4. * See COPYING.txt for license details.
  5. */
  6. -->
  7. <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  8. <actionGroup name="AdminClickAddNewAddressButtonOnCustomerAddressesTabActionGroup">
  9. <annotations>
  10. <description>Clicks the "Add New Address" button on the Customer->Addresses Tab.</description>
  11. </annotations>
  12. <click selector="{{AdminCustomerAddressesSection.addNewAddress}}" stepKey="clickAddNewAddressButton"/>
  13. <waitForPageLoad stepKey="waitForAddUpdateCustomerAddressForm"/>
  14. </actionGroup>
  15. </actionGroups>