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 5756014 commit a3b0bd7Copy full SHA for a3b0bd7
dev/tests/functional/tests/app/Magento/Catalog/Test/Block/Adminhtml/Product/ProductForm.php
@@ -28,7 +28,7 @@ class ProductForm extends FormSections
28
*
29
* @var string
30
*/
31
- protected $attribute = './/*[contains(@class,"label")]/span[text()="%s"]';
+ protected $attribute = './/*[contains(@class,"label")]/label[text()="%s"]';
32
33
/**
34
* Product new from date field on the product form
0 commit comments