Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.
 
 
 
 
 
 

29 lignes
1.3 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="DeleteFolderActionGroup">
  11. <annotations>
  12. <description>Deletes the provided folder by name from the Media Gallery.</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="ImageFolder" defaultValue="ImageFolder"/>
  16. </arguments>
  17. <click userInput="{{ImageFolder.name}}" stepKey="clickOnCreatedFolder"/>
  18. <waitForPageLoad stepKey="waitForLoading"/>
  19. <waitForText selector="{{MediaGallerySection.DeleteFolder}}" userInput="Delete Folder" stepKey="seeDeleteFolderBtn"/>
  20. <click selector="{{MediaGallerySection.DeleteFolder}}" stepKey="clickDeleteFolderBtn"/>
  21. <waitForText userInput="OK" stepKey="waitForConfirm"/>
  22. <click selector="{{MediaGallerySection.confirmDelete}}" stepKey="confirmDelete"/>
  23. <waitForPageLoad stepKey="waitForPopUpHide"/>
  24. <dontSeeElement selector="{{ImageFolder.name}}" stepKey="dontSeeFolderName"/>
  25. </actionGroup>
  26. </actionGroups>