Skip to content

Commit d056359

Browse files
committed
MAGETWO-91220: Disabling ui-input component isn't work properly
- Updated test names
1 parent 4f0454c commit d056359

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

dev/tests/js/jasmine/tests/app/code/Magento/Ui/base/js/form/element/url-input.test.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ define([
7373
});
7474

7575
describe('Parent config properties are propagated', function () {
76-
it('disabled property is set on child', function () {
76+
it('sets the disabled property on the child element', function () {
7777
var params = {
7878
dataScope: 'urlInput',
7979
disabled: true,
@@ -92,7 +92,7 @@ define([
9292
expect(component.urlTypes.url.disabled).toBe(true);
9393
});
9494

95-
it('visible property is set on child', function () {
95+
it('sets the visible property on the child element', function () {
9696
var params = {
9797
dataScope: 'urlInput',
9898
visible: false,

0 commit comments

Comments
 (0)