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

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="AssertStorefrontShoppingCartSummaryItemsExcludingAndIncludingTaxWithWeeeAttributeActionGroup" extends="AssertStorefrontShoppingCartSummaryItemsExcludingAndIncludingTaxActionGroup">
        <annotations>
            <description>Goes to the Storefront Shopping Cart page. Validates that the provided Subtotal/Total excluding and including tax, weee attribute total are present and correct.</description>
        </annotations>
        <arguments>
            <argument name="weeeSubtotal" defaultValue="50" type="string"/>
        </arguments>

        <see userInput="{{weeeSubtotal}}" selector="{{CheckoutCartSummarySection.amountFPT}}" after="seeProceedToCheckoutButton" stepKey="assertWeeeSubtotal"/>
    </actionGroup>
</actionGroups>
