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 83fc198 commit 79f669eCopy full SHA for 79f669e
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Product/ListProduct.php
@@ -43,7 +43,7 @@ class ListProduct extends Block
43
*
44
* @var string
45
*/
46
- protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[text()="%s"]]';
+ protected $productDetailsSelector = '//*[contains(@class, "product details") and .//*[contains(text(),"%s")]]';
47
48
/**
49
* Product name.
0 commit comments