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 4f0454c commit d056359Copy full SHA for d056359
dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/url-input.test.js
@@ -73,7 +73,7 @@ define([
73
});
74
75
describe('Parent config properties are propagated', function () {
76
- it('disabled property is set on child', function () {
+ it('sets the disabled property on the child element', function () {
77
var params = {
78
dataScope: 'urlInput',
79
disabled: true,
@@ -92,7 +92,7 @@ define([
92
expect(component.urlTypes.url.disabled).toBe(true);
93
94
95
- it('visible property is set on child', function () {
+ it('sets the visible property on the child element', function () {
96
97
98
visible: false,
0 commit comments