<?xml version="1.0" encoding="UTF-8"?>
<!--
/**
 * Copyright 2025 Adobe
 * All Rights Reserved.
 */
-->

<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="AdminProductImagesSaveVideoActionGroup">
        <annotations>
            <description>Clicks on Save button in the video modal.</description>
        </annotations>
        <waitForPageLoad stepKey="waitForPageLoad"/>
        <waitForElementNotVisible selector="{{AdminProductNewVideoSection.editButtonDisabled}}" stepKey="waitForSaveButtonVisible"/>
        <waitForElementClickable selector="{{AdminProductNewVideoSection.editButton}}" stepKey="waitForSaveButtonClickable"/>
        <click selector="{{AdminProductNewVideoSection.editButton}}" stepKey="saveVideo"/>
        <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear"/>
    </actionGroup>
</actionGroups>
