[Select]: fix select test cases

pull/17283/head
msidolphin 2019-09-02 11:00:52 +08:00 committed by Geass
parent 3f7d98b629
commit 1793e7ad0b
1 changed files with 1 additions and 1 deletions

View File

@ -693,7 +693,7 @@ describe('Select', () => {
expect(spyFocus.calledOnce).to.be.true; expect(spyFocus.calledOnce).to.be.true;
expect(spyBlur.calledOnce).to.be.true; expect(spyBlur.calledOnce).to.be.true;
done(); done();
}, 100); }, 250);
}); });
it('should return focus to input inside select after option select', done => { it('should return focus to input inside select after option select', done => {