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

19 行
851 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. <sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
  9. xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
  10. <section name="CheckoutCartSummarySection">
  11. <element name="taxAmount" type="text" selector="[data-th='Tax']>span"/>
  12. <element name="taxSummary" type="text" selector=".totals-tax-summary"/>
  13. <element name="rate" type="text" selector=" tr.totals-tax-details.shown th.mark"/>
  14. <element name="subtotalExcludingTax" type="text" selector="#cart-totals .totals.sub.excl span.price"/>
  15. <element name="subtotalIncludingTax" type="text" selector="#cart-totals .totals.sub.incl span.price"/>
  16. </section>
  17. </sections>