File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
lib/internal/Magento/Framework/Data/Test/Unit/Form/Element Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ public function testHiddenFieldPresentInMultiSelect()
40
40
}
41
41
42
42
/**
43
- * Verify that hidden input is present in multiselect and it allow indicate is multiselect is disabled.
43
+ * Verify that hidden input is present in multiselect when multiselect is disabled.
44
44
*
45
45
* @return void
46
46
*/
@@ -54,7 +54,7 @@ public function testHiddenDisabledFieldPresentInMultiSelect()
54
54
}
55
55
56
56
/**
57
- * Verify that hidden input doesn't present in multiselect and it allow indicate is multiselect is disabled.
57
+ * Verify that hidden input is not present in multiselect when multiselect is not disabled.
58
58
*
59
59
* @covers \Magento\Framework\Data\Form\Element\Multiselect::getElementHtml
60
60
* @return void
You can’t perform that action at this time.
0 commit comments