<?xml version="1.0" encoding="UTF-8"?>
<!--
 /**
  * Copyright © Magento, Inc. All rights reserved.
  * See COPYING.txt for license details.
  */
-->

<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
          xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
    <section name="TaxCheckoutCartSummarySection">
        <element name="cartTotalsBlock" type="block" selector=".table-totals" />
        <element name="subtotalExcludingTax" type="text" selector=".table-totals .totals.sub.excl span.price"/>
        <element name="subtotalIncludingTax" type="text" selector=".table-totals .totals.sub.incl span.price"/>
        <element name="shippingExcludingTax" type="text" selector=".table-totals .totals.shipping.excl span.price"/>
        <element name="shippingIncludingTax" type="text" selector=".table-totals .totals.shipping.incl span.price"/>
        <element name="totalIncludingTax" type="text" selector=".table-totals .grand.totals.incl span.price"/>
        <element name="totalExcludingTax" type="text" selector=".table-totals .grand.totals.excl span.price"/>
    </section>
</sections>
