<?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="editPageBuilderTemplateGridTotalResultsPerPage">
        <annotations>
            <description>Changes the value for number of results per page on the Page Builder templates data grid.</description>
        </annotations>
        <arguments>
            <argument name="section" defaultValue="PageBuilderTemplatesPageGrid"/>
            <argument name="totalPerPage" defaultValue="20" type="string"/>
        </arguments>
        <waitForPageLoad stepKey="waitForGridLoad"/>
        <waitForElementVisible selector="{{section.totalRecordsPerPage}}" stepKey="waitForTotalRecordsPerPageInput"/>
        <pressKey selector="{{section.totalRecordsPerPage}}" parameterArray="[\Facebook\WebDriver\WebDriverKeys::BACKSPACE, \Facebook\WebDriver\WebDriverKeys::BACKSPACE, \Facebook\WebDriver\WebDriverKeys::BACKSPACE, '{{totalPerPage}}', \Facebook\WebDriver\WebDriverKeys::ENTER]" stepKey="enterTotal"/>
        <waitForPageLoad stepKey="waitForGridLoad2"/>
    </actionGroup>
</actionGroups>
