Não pode escolher mais do que 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.
 
 
 
 
 
 

31 linhas
1.6 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" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  9. <actionGroup name="AdminChangeCustomerOptionFileActionGroup">
  10. <annotations>
  11. <description>Change custom option file on admin order page.</description>
  12. </annotations>
  13. <arguments>
  14. <argument name="file" type="string" defaultValue="{{TestImageNew.file}}"/>
  15. </arguments>
  16. <click selector="{{AdminOrderFormItemsSection.configure}}" stepKey="clickConfigure"/>
  17. <waitForPageLoad stepKey="waitForAjaxLoad"/>
  18. <waitForElementVisible selector="{{AdminOrderFormCustomOptionsSection.linkChange}}" stepKey="waitForLinkChange"/>
  19. <click selector="{{AdminOrderFormCustomOptionsSection.linkChange}}" stepKey="clickLinkChange"/>
  20. <waitForPageLoad stepKey="waitForChangeLoad"/>
  21. <waitForElementVisible selector="{{AdminOrderFormCustomOptionsSection.file}}" stepKey="waitForAttachImage"/>
  22. <attachFile selector="{{AdminOrderFormCustomOptionsSection.file}}" userInput="{{file}}" stepKey="changeAttachImage"/>
  23. <waitForPageLoad stepKey="waitForImageUploaded"/>
  24. <click selector="{{AdminOrderFormCustomOptionsSection.buttonOk}}" stepKey="clickButtonOK"/>
  25. <waitForPageLoad stepKey="waitForCustomOptionApplied"/>
  26. <waitForElementNotVisible selector="{{AdminOrderFormCustomOptionsSection.buttonOk}}" stepKey="waitForOkButtonGone"/>
  27. </actionGroup>
  28. </actionGroups>