Skip to content

Commit d380130

Browse files
committed
Fix invalid replace of CSS classes
1 parent 3364015 commit d380130

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Bundle/Test/Mftf/Section/BundleStorefrontSection.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<!--Description-->
1616
<!--CE exclusively-->
1717
<element name="longDescriptionText" type="text" selector="#description>div>div" timeout="30"/>
18-
<element name="shortDescriptionText" type="text" selector="div.product attribute overview" timeout="30"/>
18+
<element name="shortDescriptionText" type="text" selector="div.product.attribute.overview" timeout="30"/>
1919
<!--NameOfProductOnProductPage-->
2020
<element name="bundleProductName" type="text" selector="//*[@id='maincontent']//span[@itemprop='name']"/>
2121
<!--PageNotFoundErrorMessage-->

0 commit comments

Comments
 (0)