File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Swatches/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
<stories value =" Create/configure swatches and check the display characters length" />
15
15
<title value =" Admin can create product attribute with text swatch and view the display characters in full" />
16
16
<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 " />
18
18
<testCaseId value =" MC-5518" />
19
19
<group value =" Swatches" />
20
20
</annotations >
24
24
<fillField selector =" {{AdminManageSwatchSection.swatchTextByIndex('2')}}" userInput =" 1234567890123456789012341234" stepKey =" fillSwatch2" after =" clickAddSwatch2" />
25
25
<fillField selector =" {{AdminManageSwatchSection.swatchAdminDescriptionByIndex('2')}}" userInput =" 1234567890123456789012341234GreenD" stepKey =" fillDescription2" after =" fillSwatch2" />
26
26
27
+ <!-- Create swatch #4 -->
27
28
<click selector =" {{AdminManageSwatchSection.addSwatchText}}" stepKey =" clickAddSwatch3" after =" fillDescription2" />
28
29
<fillField selector =" {{AdminManageSwatchSection.swatchTextByIndex('3')}}" userInput =" 123456789012345678901" stepKey =" fillSwatch3" after =" clickAddSwatch3" />
29
30
<fillField selector =" {{AdminManageSwatchSection.swatchAdminDescriptionByIndex('3')}}" userInput =" 123456789012345678901BrownD" stepKey =" fillDescription3" after =" fillSwatch3" />
48
49
<see selector =" {{StorefrontCategorySidebarSection.layeredFilterBlock}}" userInput =" {{ProductAttributeFrontendLabel.label}}" stepKey =" seeAttributeInLayeredNav3" />
49
50
<click selector =" {{StorefrontCategorySidebarSection.filterOptionTitle(ProductAttributeFrontendLabel.label)}}" stepKey =" expandAttribute3" />
50
51
<click selector =" {{StorefrontCategorySidebarSection.attributeNthOption(ProductAttributeFrontendLabel.label, '3')}}" stepKey =" filterBySwatch3" />
51
-
52
+
52
53
<!-- Go to the category page -->
53
54
<amOnPage url =" $$createCategory.name$$.html" stepKey =" amOnCategoryPage4" />
54
55
<waitForPageLoad stepKey =" waitForCategoryPage4" />
You can’t perform that action at this time.
0 commit comments