選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
 
 
 
 
 
 

18 行
654 B

  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
  9. xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  10. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  11. <actionGroup name="AdminWidgetDeleteLayoutUpdateActionGroup">
  12. <annotations>
  13. <description>Delete layouts during widgets creation</description>
  14. </annotations>
  15. <click selector="{{AdminNewWidgetSection.deleteWidgetLayoutAction}}" stepKey="clickFirstDeleteButton"/>
  16. </actionGroup>
  17. </actionGroups>