Skip to content

Commit c2bab17

Browse files
committed
MAGETWO-93979: Required Field Indicators (Asterisks) Are Gone From Magento UI
- removed commented out line
1 parent 06e86f6 commit c2bab17

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/code/Magento/Catalog/Test/Mftf/Section/AdminCategoryBasicFieldSection.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
<element name="enableCategoryLabel" type="text" selector="input[name='is_active']+label"/>
1717
<element name="enableUseDefault" type="checkbox" selector="input[name='use_default[is_active]']"/>
1818
<element name="CategoryNameInput" type="input" selector="input[name='name']"/>
19-
<!--<element name="RequiredFieldIndicator" type="text" selector='._required[data-index="{{arg1}}"] > .admin__field-label span' parameterized="true"/>-->
2019
<element name="RequiredFieldIndicator" type="text" selector=" return window.getComputedStyle(document.querySelector('._required[data-index=name]&gt;.admin__field-label span'), ':after').getPropertyValue('content');"/>
2120
<element name="RequiredFieldIndicatorColor" type="text" selector=" return window.getComputedStyle(document.querySelector('._required[data-index=name]&gt;.admin__field-label span'), ':after').getPropertyValue('color');"/>
2221
<element name="categoryNameUseDefault" type="checkbox" selector="input[name='use_default[name]']"/>

0 commit comments

Comments
 (0)