Skip to content

Commit 4d5e8fc

Browse files
author
Stanislav Idolov
committed
ENGCOM-988 [Forwardport] Added alias to block 'product.info.description' #14213
1 parent 2e7ac52 commit 4d5e8fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Section/StorefrontProductInfoMainSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<element name="productPrice" type="text" selector="div.price-box.price-final_price"/>
1616
<element name="productStockStatus" type="text" selector=".stock[title=Availability]>span"/>
1717
<element name="productImage" type="text" selector="//*[@id='maincontent']//div[@class='gallery-placeholder']//img[@class='fotorama__img']"/>
18-
<element name="productDescription" type="text" selector="//div[@id='product.info.description']//div[@class='value']"/>
18+
<element name="productDescription" type="text" selector="#description .value"/>
1919
<element name="productShortDescription" type="text" selector="//div[@class='product attribute overview']//div[@class='value']"/>
2020
<element name="productAttributeTitle1" type="text" selector="#product-options-wrapper div[tabindex='0'] label"/>
2121
<element name="productAttributeOptions1" type="select" selector="#product-options-wrapper div[tabindex='0'] option"/>

0 commit comments

Comments
 (0)