Tree: fix lazy expandOnChecked test

This commit is contained in:
Leopoldthecoder
2017-08-08 12:40:37 +08:00
parent 1a1395aa8c
commit 24b29a2d09

View File

@@ -573,7 +573,7 @@ describe('Tree', () => {
label: 'zone' + this.count,
id: this.count++
}]);
}, 50);
}, 10);
}
}
});
@@ -583,7 +583,7 @@ describe('Tree', () => {
const checkedKeys = tree.getCheckedKeys();
expect(checkedKeys.length).to.equal(7);
done();
}, 300);
}, 400);
});
it('lazy without expandOnChecked', done => {