File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -89,7 +89,7 @@ test("change", function() {
89
89
90
90
asyncTest ( "invocation" , function ( ) {
91
91
var button , image ,
92
- isOldIE = $ . ui . ie && ( ! document . documentMode || document . documentMode < 9 ) ,
92
+ isOldIE = $ . ui . ie && ( ! document . documentMode || document . documentMode < 10 ) ,
93
93
body = $ ( "body" ) ;
94
94
95
95
expect ( isOldIE ? 25 : 29 ) ;
@@ -196,7 +196,7 @@ asyncTest( "invocation", function() {
196
196
image = button . children ( "img" ) ;
197
197
ok ( image . length === 1 , "Both - button image present" ) ;
198
198
199
- // TODO: occasionally this test flakily fails to focus in IE8 in browserstack
199
+ // TODO: This test occasionally fails to focus in IE in TestSwarm
200
200
if ( ! isOldIE ) {
201
201
TestHelpers . datepicker . onFocus ( inp , function ( ) {
202
202
ok ( dp . is ( ":visible" ) , "Both - rendered on focus" ) ;
You can’t perform that action at this time.
0 commit comments