|
68 | 68 | <description value="Product with html entities in the name should appear correctly on the PDP breadcrumbs on storefront"/>
|
69 | 69 | <severity value="CRITICAL"/>
|
70 | 70 | <group value="product"/>
|
71 |
| - <testCaseId value=""/> |
| 71 | + <testCaseId value="MAGETWO-93794"/> |
72 | 72 | </annotations>
|
73 | 73 | <before>
|
74 | 74 | <createData entity="_defaultCategory" stepKey="createCategoryOne"/>
|
|
92 | 92 | <see selector="{{StorefrontCategoryProductSection.ProductTitleByName(productWithHTMLEntityTwo.name)}}" userInput="{{productWithHTMLEntityTwo.name}}" stepKey="seeCorrectNameProd2CategoryPage"/>
|
93 | 93 |
|
94 | 94 | <!--Open product display page-->
|
95 |
| - <!--<click selector="{{StorefrontCategoryProductSection.ProductTitleByNumber('1')}}" stepKey="checkTitle"/>--> |
96 | 95 | <click selector="{{StorefrontCategoryProductSection.ProductTitleByName(productWithHTMLEntityOne.name)}}" stepKey="clickProductToGoProductPage"/>
|
97 | 96 | <waitForPageLoad stepKey="waitForProductDisplayPageLoad2"/>
|
98 | 97 |
|
|
103 | 102 | <!--Veriy the breadcrumbs on Product Display page-->
|
104 | 103 | <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="Home" stepKey="seeHomePageInBreadcrumbs1"/>
|
105 | 104 | <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="$$createCategoryOne.name$$" stepKey="seeCorrectBreadCrumbCategory"/>
|
106 |
| - <!--<see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="{{productWithHTMLEntityOne.name}}" stepKey="seeCorrectBreadCrumbProduct"/>--> |
| 105 | + <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="$$productOne.name$$" stepKey="seeCorrectBreadCrumbProduct"/> |
107 | 106 |
|
108 | 107 | <click selector="{{StorefrontNavigationSection.topCategory($$createCategoryOne.name$$)}}" stepKey="goBackToCategoryPage"/>
|
109 | 108 | <waitForPageLoad stepKey="waitforCategoryPageToLoad2"/>
|
|
116 | 115 | <!--Veriy the breadcrumbs on Product Display page-->
|
117 | 116 | <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="Home" stepKey="seeHomePageInBreadcrumbs2"/>
|
118 | 117 | <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="$$createCategoryOne.name$$" stepKey="seeCorrectBreadCrumbCategory2"/>
|
119 |
| - <!--<see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="{{productWithHTMLEntityTwo.name}}" stepKey="seeCorrectBreadCrumbProduct2"/>--> |
120 |
| - |
| 118 | + <see selector="{{StorefrontNavigationSection.breadcrumbs}}" userInput="$$productTwo.name$$" stepKey="seeCorrectBreadCrumbProduct2"/> |
121 | 119 |
|
122 | 120 | </test>
|
123 | 121 | </tests>
|
0 commit comments