Skip to content

Commit f90b81c

Browse files
authored
Update StorefrontPropertiesOfAProductAttributeTest.xml
Changes provided as per the feedback
1 parent d71c970 commit f90b81c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
<annotations>
1313
<features value="Catalog"/>
1414
<stories value="Storefront Properties of a Product Attribute"/>
15-
<title value="Storefront Properties of a Product Attribute"/>
16-
<description value="Storefront Properties of a Product Attribute"/>
15+
<title value="Sorting of the products in the Strorefront category page based on Storefront Properties of a Product Attribute"/>
16+
<description value="This test case verifies the sorting of the products in the Storefront category page based on the configured Storefront Properties for a Product Attribute"/>
1717
<severity value="MAJOR"/>
1818
<testCaseId value="AC-4555"/>
1919
<group value="Catalog"/>
@@ -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$$','0')}}" visible="true" stepKey="selectNoForCustomYesNoAttributeForSimpleProduct2"/>
159+
<conditionalClick selector="{{AdminProductFormSection.customSwitcherAttribute('$$createYesNoProductAttribute.attribute_code$$','0')}}" 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)