Skip to content

Commit 6dc59b7

Browse files
author
avattam
committed
MC-5518: Text Attribute
- added changes to review to cover the bug fix and test
1 parent 44e7d0c commit 6dc59b7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

app/code/Magento/Swatches/Test/Mftf/Test/StorefrontDisplayAllCharactersOnTextSwatchTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414
<stories value="Create/configure swatches and check the display characters length"/>
1515
<title value="Admin can create product attribute with text swatch and view the display characters in full"/>
1616
<description value="Admin can create product attribute with text swatch and check the display characters in full"/>
17-
<severity value="CRITICAL"/>
17+
<severity value="AVERAGE"/>
1818
<testCaseId value="MC-5518"/>
1919
<group value="Swatches"/>
2020
</annotations>
@@ -24,6 +24,7 @@
2424
<fillField selector="{{AdminManageSwatchSection.swatchTextByIndex('2')}}" userInput="1234567890123456789012341234" stepKey="fillSwatch2" after="clickAddSwatch2"/>
2525
<fillField selector="{{AdminManageSwatchSection.swatchAdminDescriptionByIndex('2')}}" userInput="1234567890123456789012341234GreenD" stepKey="fillDescription2" after="fillSwatch2"/>
2626

27+
<!-- Create swatch #4 -->
2728
<click selector="{{AdminManageSwatchSection.addSwatchText}}" stepKey="clickAddSwatch3" after="fillDescription2"/>
2829
<fillField selector="{{AdminManageSwatchSection.swatchTextByIndex('3')}}" userInput="123456789012345678901" stepKey="fillSwatch3" after="clickAddSwatch3"/>
2930
<fillField selector="{{AdminManageSwatchSection.swatchAdminDescriptionByIndex('3')}}" userInput="123456789012345678901BrownD" stepKey="fillDescription3" after="fillSwatch3"/>
@@ -48,7 +49,7 @@
4849
<see selector="{{StorefrontCategorySidebarSection.layeredFilterBlock}}" userInput="{{ProductAttributeFrontendLabel.label}}" stepKey="seeAttributeInLayeredNav3"/>
4950
<click selector="{{StorefrontCategorySidebarSection.filterOptionTitle(ProductAttributeFrontendLabel.label)}}" stepKey="expandAttribute3"/>
5051
<click selector="{{StorefrontCategorySidebarSection.attributeNthOption(ProductAttributeFrontendLabel.label, '3')}}" stepKey="filterBySwatch3"/>
51-
52+
5253
<!-- Go to the category page -->
5354
<amOnPage url="$$createCategory.name$$.html" stepKey="amOnCategoryPage4"/>
5455
<waitForPageLoad stepKey="waitForCategoryPage4"/>

0 commit comments

Comments
 (0)