Browse Source

Up test

pull/4329/head
Artur Arseniev 4 years ago
parent
commit
474b88d280
  1. 2
      test/specs/style_manager/view/PropertyColorView.js

2
test/specs/style_manager/view/PropertyColorView.js

@ -89,7 +89,7 @@ describe('PropertyColorView', () => {
setTimeout(() => {
expect(view.getInputEl().value).toEqual(propValue);
done();
}, 11);
}, 15);
});
describe('Init property', () => {

Loading…
Cancel
Save