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

24 строки
1007 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 xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
  10. <!-- Assert Shipping Method Is Checked on Cart -->
  11. <actionGroup name="StorefrontAssertCartShippingMethodSelectedActionGroup">
  12. <annotations>
  13. <description>Validates that the provided Shipping Method Carrier/Method Code is checked on the Storefront Shopping Cart page.</description>
  14. </annotations>
  15. <arguments>
  16. <argument name="carrierCode" type="string"/>
  17. <argument name="methodCode" type="string"/>
  18. </arguments>
  19. <seeCheckboxIsChecked selector="{{CheckoutCartSummarySection.shippingMethodElementId(carrierCode, methodCode)}}" stepKey="assertShippingMethodIsChecked"/>
  20. </actionGroup>
  21. </actionGroups>