<?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="AdminClickInsertWidgetButtonInInlineTinyMCEEditorActionGroup">
        <annotations>
            <description>Clicks the Insert Widget button in the inline tinyMCE editor to open the Insert Widget slide out.</description>
        </annotations>
        <waitForElementVisible selector="{{TinyMCESection.InsertWidgetIcon}}" stepKey="waitForInsertWidgetIcon"/>
        <click selector="{{TinyMCESection.InsertWidgetIcon}}" stepKey="clickInsertWidgetBtn"/>
        <waitForPageLoad stepKey="waitForSlideOut"/>
        <waitForElementVisible selector="{{EditPanelForm.editFormTitle}}" stepKey="waitForSlideOutTitle"/>
        <see userInput="Insert Widget" selector="{{EditPanelForm.editFormTitle}}" stepKey="seeSlideOutTitle"/>
    </actionGroup>
</actionGroups>
