<?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="CheckTotalsSortOrderInSummarySectionActionGroup">
        <annotations>
            <description>Validates that the provided Element Name appears at the provided Position in the Storefront Checkout 'Order Summary' section.</description>
        </annotations>
        <arguments>
            <argument name="elementName" type="string"/>
            <argument name="positionNumber" type="string"/>
        </arguments>

        <waitForPageLoad stepKey="waitForCartLoad"/>
        <waitForText userInput="{{elementName}}" selector="{{CheckoutCartSummarySection.elementPosition(positionNumber)}}" stepKey="assertElementPosition"/>
    </actionGroup>
</actionGroups>
