Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.
 
 
 
 
 
 

24 строки
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="ReviewOrderForSingleShipmentActionGroup">
  11. <arguments>
  12. <argument name="totalName" type="string" defaultValue="Shipping &amp; Handling"/>
  13. <argument name="totalPosition" type="string" defaultValue="1"/>
  14. </arguments>
  15. <grabTextFrom selector="{{ReviewOrderSection.shippingMethodBasePrice(totalPosition)}}" stepKey="shippingMethodBasePrice"/>
  16. <grabTextFrom selector="{{ReviewOrderSection.shippingMethodSubtotalPrice(totalPosition,totalName)}}" stepKey="shippingMethodSubtotalPrice"/>
  17. <assertEquals stepKey="assertShippingMethodPrice">
  18. <expectedResult type="string">$shippingMethodSubtotalPrice</expectedResult>
  19. <actualResult type="string">$shippingMethodBasePrice</actualResult>
  20. </assertEquals>
  21. </actionGroup>
  22. </actionGroups>