Skip to content

Commit 46684f0

Browse files
authored
Update StorefrontPropertiesOfAProductAttributeTest.xml
Fixed line 159 for setting the value as No as per the stepkey
1 parent f90b81c commit 46684f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/StorefrontPropertiesOfAProductAttributeTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@
156156
<fillField selector="{{AdminProductFormSection.customTextAttribute('$$createTextProductAttribute.attribute_code$$')}}" userInput="Second Product" stepKey="setValueForCustomTextAttributeForSimpleProduct2"/>
157157
<fillField selector="{{AdminProductFormSection.customTextAttribute('$$createDateProductAttribute.attribute_code$$')}}" userInput="{$generateYesterdayDate}" stepKey="setValueForCustomDateAttributeForSimpleProduct2"/>
158158
<fillField selector="{{AdminProductFormSection.customTextAttribute('$$createPriceProductAttribute.attribute_code$$')}}" userInput="456" stepKey="setValueForCustomPriceAttributeForSimpleProduct2"/>
159-
<conditionalClick selector="{{AdminProductFormSection.customSwitcherAttribute('$$createYesNoProductAttribute.attribute_code$$','0')}}" dependentSelector="{{AdminProductFormSection.customSwitcherAttribute('$$createYesNoProductAttribute.attribute_code$$','1')}}" visible="true" stepKey="selectNoForCustomYesNoAttributeForSimpleProduct2"/>
159+
<conditionalClick selector="{{AdminProductFormSection.customSwitcherAttribute('$$createYesNoProductAttribute.attribute_code$$','1')}}" dependentSelector="{{AdminProductFormSection.customSwitcherAttribute('$$createYesNoProductAttribute.attribute_code$$','1')}}" visible="true" stepKey="selectNoForCustomYesNoAttributeForSimpleProduct2"/>
160160
<actionGroup ref="SaveProductFormActionGroup" stepKey="saveSimpleProduct2"/>
161161
<!-- Clear index and flush cache -->
162162
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex1">

0 commit comments

Comments
 (0)