Skip to content

Commit

Permalink
Covering the client validation fix by MFTF
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard13 committed Jan 8, 2020
1 parent 941e511 commit 362b4de
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Expand Up @@ -8,6 +8,7 @@
<sections xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Page/etc/SectionObject.xsd">
<section name="AdminGoogleAdwordsConfigSection">
<element name="active" type="text" selector="#google_adwords #google_adwords_active"/>
<element name="active" type="text" selector="#google_adwords_active"/>
<element name="conversionId" type="text" selector="#google_adwords_conversion_id"/>
</section>
</sections>
Expand Up @@ -31,14 +31,9 @@
<actionGroup ref="AdminToggleEnabledActionGroup" stepKey="enableGoogleAdwordsConfig">
<argument name="element" value="{{AdminGoogleAdwordsConfigSection.active}}"/>
</actionGroup>



<actionGroup ref="AdminClickFormActionButtonActionGroup" stepKey="clickSaveCustomVariable">
<argument name="buttonSelector" value="{{AdminMainActionsSection.save}}"/>
</actionGroup>


<actionGroup ref="AssertAdminValidationErrorActionGroup" stepKey="seeRequiredValidationErrorForConversionId">
<argument name="inputId" value="google_adwords_conversion_id"/>
</actionGroup>
Expand Down

0 comments on commit 362b4de

Please sign in to comment.