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

30 строки
1.8 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="AdminAddImageToCMSBlockContent">
  11. <arguments>
  12. <argument name="image" type="entity" defaultValue="MagentoLogo"/>
  13. </arguments>
  14. <click selector="{{TinyMCESection.InsertImageIcon}}" stepKey="clickAddImageButton"/>
  15. <waitForElementVisible selector="{{MediaGallerySection.Browse}}" stepKey="waitForBrowseImage"/>
  16. <click selector="{{MediaGallerySection.Browse}}" stepKey="clickBrowseImage"/>
  17. <waitForElementVisible selector="{{MediaGallerySection.StorageRootArrow}}" stepKey="waitForAttacheFiles"/>
  18. <waitForLoadingMaskToDisappear stepKey="waitForStorageRootLoadingMaskDisappear"/>
  19. <click selector="{{MediaGallerySection.StorageRootArrow}}" stepKey="clickRoot"/>
  20. <waitForPageLoad stepKey="waitForPageLoad"/>
  21. <attachFile selector="{{MediaGallerySection.BrowseUploadImage}}" userInput="{{image.file}}" stepKey="attachLogo"/>
  22. <waitForElementVisible selector="{{MediaGallerySection.InsertFile}}" stepKey="waitForAddSelected"/>
  23. <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskDisappear"/>
  24. <click selector="{{MediaGallerySection.InsertFile}}" stepKey="clickAddSelected"/>
  25. <waitForElementVisible selector="{{MediaGallerySection.OkBtn}}" stepKey="waitForOkButton"/>
  26. <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear2"/>
  27. <click selector="{{MediaGallerySection.OkBtn}}" stepKey="clickOk"/>
  28. </actionGroup>
  29. </actionGroups>