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

25 行
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="AdminSelectTaxRateActionGroup">
  11. <annotations>
  12. <description>Select "Tax Rate" in tax rule edit form.</description>
  13. </annotations>
  14. <arguments>
  15. <argument name="taxRate" type="string" defaultValue="{{TaxRateTexas.code}}"/>
  16. </arguments>
  17. <fillField selector="{{AdminTaxRuleFormSection.taxRateSearch}}" userInput="{{taxRate}}" stepKey="searchTaxRate"/>
  18. <waitForPageLoad time="30" stepKey="waitForAjaxLoad"/>
  19. <waitForElementVisible selector="{{AdminTaxRuleFormSection.taxRateOption(taxRate)}}" time="30" stepKey="waitForVisibleTaxRate" />
  20. <click selector="{{AdminTaxRuleFormSection.taxRateOption(taxRate)}}" stepKey="clickTaxRate"/>
  21. </actionGroup>
  22. </actionGroups>