<?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="AdminDeleteAllProductsFromGridActionGroup">
        <annotations>
            <description>Select and delete products in product grid.</description>
        </annotations>
        <click selector="{{AdminProductFiltersSection.allCheckbox}}" stepKey="selectAllProducts"/>
        <click selector="{{AdminProductFiltersSection.actions}}" stepKey="clickOnActionsChangingView"/>
        <click selector="{{AdminProductFiltersSection.delete}}" stepKey="clickDelete"/>
        <click selector="//button[@class='action-primary action-accept']" stepKey="confirmDelete"/>
        <waitForPageLoad stepKey="waitingProductGridLoad"/>
    </actionGroup>
</actionGroups>
