We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee33588 commit 83fc198Copy full SHA for 83fc198
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php
@@ -50,7 +50,7 @@ class ListProduct extends Block
50
*
51
* @var string
52
*/
53
- protected $productTitle = './/*[@class="product name product-item-name"]/a[text()="%s"]';
+ protected $productTitle = './/*[@class="product name product-item-name"]/a[contains(text(),"%s")]';
54
55
/**
56
* Click for Price link on category page.
0 commit comments