Skip to content

Commit d849bc4

Browse files
committed
MAGETWO-72624: [2.3] - [Magento Cloud] Unable to clear multiselct in attribute editor.
1 parent 7bde8ac commit d849bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/internal/Magento/Framework/Data/Test/Unit/Form/Element/MultiselectTest.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ public function testHiddenFieldPresentInMultiSelect()
4040
}
4141

4242
/**
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.
4444
*
4545
* @return void
4646
*/
@@ -54,7 +54,7 @@ public function testHiddenDisabledFieldPresentInMultiSelect()
5454
}
5555

5656
/**
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.
5858
*
5959
* @covers \Magento\Framework\Data\Form\Element\Multiselect::getElementHtml
6060
* @return void

0 commit comments

Comments
 (0)