<?xml version="1.0" encoding="UTF-8"?>
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
              xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
    <actionGroup name="VertexAdminIntegrationConfigurationOpenActionGroup">
        <conditionalClick selector="{{AdminVertexSettingsConfigSection.vertexHeader}}"
                          dependentSelector="{{AdminVertexSettingsConfigSection.vertexIntegrationSettingsHeader}}"
                          visible="false"
                          stepKey="openVertexSection"/>
        <conditionalClick selector="{{AdminVertexSettingsConfigSection.vertexIntegrationSettingsHeader}}"
                          dependentSelector="{{AdminVertexSettingsConfigSection.invoiceOrder}}"
                          visible="false"
                          stepKey="openVertexIntegrationConfiguration"/>
    </actionGroup>
</actionGroups>
