File tree 2 files changed +2
-17
lines changed
2 files changed +2
-17
lines changed Original file line number Diff line number Diff line change @@ -75,7 +75,7 @@ module.exports = (grunt) ->
75
75
options :
76
76
urls : [
77
77
" http://localhost:9999/test/index.html" ,
78
- " http://localhost:9999/test/index-jquery-ui-1-11 .html"
78
+ " http://localhost:9999/test/index-jquery-ui-1-10 .html"
79
79
]
80
80
81
81
# username: process.env.SAUCE_USERNAME,
@@ -85,7 +85,7 @@ module.exports = (grunt) ->
85
85
browsers : [
86
86
{ browserName : " chrome" , platform : " Windows 7" }
87
87
{ browserName : " firefox" , platform : " Windows 7" }
88
- { browserName : " firefox" , platform : " Windows XP" }
88
+ # { browserName: "firefox", platform: "Windows XP" }
89
89
{ browserName : " firefox" , platform : " Linux" }
90
90
{ browserName : " internet explorer" , version : " 6" , platform : " Windows XP" }
91
91
{ browserName : " internet explorer" , version : " 7" , platform : " Windows XP" }
Original file line number Diff line number Diff line change @@ -458,21 +458,6 @@ asyncTest("modify on open", function() {
458
458
"setEntry(object) created nested entry" ) ;
459
459
ok ( entry ( $popup , "sub_2" ) . hasClass ( "ui-state-disabled" ) ,
460
460
"setEntry(object) created nested disabled entry" ) ;
461
- // ok( entry($popup, 2).hasClass("ui-state-disabled"),
462
- // "open: Entry is disabled" );
463
-
464
- // ok( $ctx.contextmenu("isOpen"),
465
- // "isOpen() true in open event");
466
-
467
- // ok( entry($popup, 0).is(":visible"),
468
- // "beforeOpen: Entry 0 is visible" );
469
- // ok( entry($popup, 0).hasClass("ui-state-disabled"),
470
- // "beforeOpen: Entry 0 is disabled: enableEntry(false) worked" );
471
-
472
- // ok( entry($popup, 1).is(":hidden"),
473
- // "beforeOpen: Entry 1 is hidden: showEntry(false) worked" );
474
- // ok( !entry($popup, 1).hasClass("ui-state-disabled"),
475
- // "beforeOpen: Entry 1 is enabled" );
476
461
477
462
setTimeout ( function ( ) {
478
463
click ( $popup , "cut" ) ;
You can’t perform that action at this time.
0 commit comments