Commit 1793e7ad authored by msidolphin's avatar msidolphin Committed by Geass

[Select]: fix select test cases

parent 3f7d98b6
...@@ -693,7 +693,7 @@ describe('Select', () => { ...@@ -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 => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment