Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 
 
 

26 řádky
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="NavigateToMediaFolderActionGroup">
  11. <annotations>
  12. <description>Clicks on the provided Folder Name in the Storage folder tree.</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="FolderName" type="string"/>
  16. </arguments>
  17. <conditionalClick selector="{{MediaGallerySection.StorageRootArrow}}" dependentSelector="{{MediaGallerySection.checkIfArrowExpand}}" stepKey="clickArrowIfClosed" visible="true"/>
  18. <waitForPageLoad time="10" stepKey="waitForDirectoriesTreeBuilding"/>
  19. <waitForText userInput="{{FolderName}}" stepKey="waitForNewFolder"/>
  20. <click userInput="{{FolderName}}" stepKey="clickOnCreatedFolder"/>
  21. <waitForLoadingMaskToDisappear stepKey="waitForLoading"/>
  22. </actionGroup>
  23. </actionGroups>