Skip to content

Commit 83fc198

Browse files
author
Maxim Medinskiy
committed
MAGETWO-35487: HTML minification management
1 parent ee33588 commit 83fc198

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product

1 file changed

+1
-1
lines changed

dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ class ListProduct extends Block
5050
*
5151
* @var string
5252
*/
53-
protected $productTitle = './/*[@class="product name product-item-name"]/a[text()="%s"]';
53+
protected $productTitle = './/*[@class="product name product-item-name"]/a[contains(text(),"%s")]';
5454

5555
/**
5656
* Click for Price link on category page.

0 commit comments

Comments
 (0)