Du kan inte välja fler än 25 ämnen Ämnen måste starta med en bokstav eller siffra, kan innehålla bindestreck ('-') och vara max 35 tecken långa.
 
 
 
 
 
 

26 rader
1.2 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="AdminCreateNewSearchTermEntityActionGroup">
  11. <arguments>
  12. <argument name="query" type="string"/>
  13. <argument name="store" type="string"/>
  14. <argument name="redirectUrl" type="string"/>
  15. </arguments>
  16. <click selector="{{AdminSearchTermsGridSection.addNewEntity}}" stepKey="clickAddNewButton"/>
  17. <fillField stepKey="fillSearchQueryField" selector="{{AdminSearchTermFormSection.searchQuery}}" userInput="{{query}}"/>
  18. <selectOption stepKey="storeSelect" selector="{{AdminSearchTermFormSection.storeID}}" userInput="{{store}}"/>
  19. <fillField stepKey="fillRedirectUrl" selector="{{AdminSearchTermFormSection.redirectUrl}}" userInput="{{redirectUrl}}"/>
  20. <click stepKey="saveSearchTerm" selector="{{AdminSearchTermFormSection.save}}"/>
  21. <waitForPageLoad stepKey="waitForPageLoad"/>
  22. </actionGroup>
  23. </actionGroups>