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 213b461 commit 70f336aCopy full SHA for 70f336a
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/select.test.js
@@ -188,7 +188,7 @@ define([
188
expect(model.setVisible).toHaveBeenCalled();
189
expect(model.toggleInput).toHaveBeenCalled();
190
});
191
- it('Check call "parseOptions" method without predefined "captionValue" property', function () {
+ it('Check call "parseOptions" method without predefined "captionValue" property', function () {
192
var data = [{
193
value: null,
194
label: 'label'
0 commit comments