Skip to content

Commit c02b44d

Browse files
msidolphinzihe-xu
authored andcommitted
[Select]: fix select test cases
1 parent ee227fd commit c02b44d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/unit/specs/select.spec.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -693,7 +693,7 @@ describe('Select', () => {
693693
expect(spyFocus.calledOnce).to.be.true;
694694
expect(spyBlur.calledOnce).to.be.true;
695695
done();
696-
}, 100);
696+
}, 250);
697697
});
698698

699699
it('should return focus to input inside select after option select', done => {

0 commit comments

Comments
 (0)