Explorar o código

[Select]: fix select test cases

msidolphin %!s(int64=6) %!d(string=hai) anos
pai
achega
1793e7ad0b
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      test/unit/specs/select.spec.js

+ 1 - 1
test/unit/specs/select.spec.js

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