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

25 рядки
1.1 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. <actionGroup name="AdminEnhancedMediaGalleryUploadImageActionGroup">
  11. <annotations>
  12. <description>Uploads the provided Image to Media Gallery. If you use this action group, you MUST add steps to delete the image in the "after" steps.</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="image"/>
  16. </arguments>
  17. <waitForPageLoad stepKey="waitForPageFullyLoaded"/>
  18. <waitForElement selector="{{AdminEnhancedMediaGalleryActionsSection.upload}}" stepKey="waitForUploadButton"/>
  19. <attachFile selector="{{AdminEnhancedMediaGalleryActionsSection.upload}}" userInput="{{image.value}}" stepKey="uploadImage"/>
  20. <waitForPageLoad stepKey="waitForPageLoad"/>
  21. <comment userInput="BIC workaround" stepKey="waitForLoadingMaskToDisappear"/>
  22. </actionGroup>
  23. </actionGroups>