Skip to content

Commit 79f669e

Browse files
author
okarpenko
committed
MAGETWO-35487: HTML minification management
1 parent 83fc198 commit 79f669e

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
@@ -43,7 +43,7 @@ class ListProduct extends Block
4343
*
4444
* @var string
4545
*/
46-
protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[text()="%s"]]';
46+
protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[contains(text(),"%s")]]';
4747

4848
/**
4949
* Product name.

0 commit comments

Comments
 (0)