File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
dev/tests/functional/tests/app/Magento/Catalog/Test
Block/Adminhtml/Product/Attribute Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ private function getElementByClass($class)
102
102
{
103
103
$ element = null ;
104
104
foreach (array_keys ($ this ->classReferences ) as $ key ) {
105
- if (strpos ( $ class, $ key ) ! == false ) {
105
+ if ($ class == $ key ) {
106
106
return $ this ->classReferences [$ class ];
107
107
}
108
108
}
Original file line number Diff line number Diff line change 167
167
<item name =" selector" xsi : type =" string" >[name="product[%code%]"]</item >
168
168
<item name =" type" xsi : type =" string" >null</item >
169
169
</item >
170
- <item name =" hasDatepicker " xsi : type =" array" >
170
+ <item name =" admin__control-text _has-datepicker " xsi : type =" array" >
171
171
<item name =" selector" xsi : type =" string" >[name="product[%code%]"]</item >
172
172
<item name =" type" xsi : type =" string" >datepicker</item >
173
173
</item >
You can’t perform that action at this time.
0 commit comments