mirror of
https://github.com/ElemeFE/element.git
synced 2025-12-19 12:04:02 +08:00
Tree: fix lazy expandOnChecked test
This commit is contained in:
@@ -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 => {
|
||||
|
||||
Reference in New Issue
Block a user