Skip to content
Snippets Groups Projects
Commit 79f669e9 authored by okarpenko's avatar okarpenko
Browse files

MAGETWO-35487: HTML minification management

parent 83fc1989
Branches
No related merge requests found
......@@ -43,7 +43,7 @@ class ListProduct extends Block
*
* @var string
*/
protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[text()="%s"]]';
protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[contains(text(),"%s")]]';
/**
* Product name.
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment