diff --git a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php index 4a55128100962e9f84fab2be865d4439cf1678e5..1cb80d2009c43ba9b29b72501e0253ff3418de60 100644 --- a/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php +++ b/dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php @@ -50,7 +50,7 @@ class ListProduct extends Block * * @var string */ - protected $productTitle = './/*[@class="product name product-item-name"]/a[text()="%s"]'; + protected $productTitle = './/*[@class="product name product-item-name"]/a[contains(text(),"%s")]'; /** * Click for Price link on category page.