Skip to content

Commit 1e593ae

Browse files
committed
Update sauce-labs tests
1 parent 7f52a82 commit 1e593ae

File tree

2 files changed

+2
-17
lines changed

2 files changed

+2
-17
lines changed

Gruntfile.coffee

+2-2
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ module.exports = (grunt) ->
7575
options:
7676
urls: [
7777
"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"
7979
]
8080

8181
# username: process.env.SAUCE_USERNAME,
@@ -85,7 +85,7 @@ module.exports = (grunt) ->
8585
browsers: [
8686
{ browserName: "chrome", platform: "Windows 7" }
8787
{ browserName: "firefox", platform: "Windows 7" }
88-
{ browserName: "firefox", platform: "Windows XP" }
88+
# { browserName: "firefox", platform: "Windows XP" }
8989
{ browserName: "firefox", platform: "Linux" }
9090
{ browserName: "internet explorer", version: "6", platform: "Windows XP" }
9191
{ browserName: "internet explorer", version: "7", platform: "Windows XP" }

test/tests.js

-15
Original file line numberDiff line numberDiff line change
@@ -458,21 +458,6 @@ asyncTest("modify on open", function() {
458458
"setEntry(object) created nested entry");
459459
ok(entry($popup, "sub_2").hasClass("ui-state-disabled"),
460460
"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" );
476461

477462
setTimeout(function() {
478463
click($popup, "cut");

0 commit comments

Comments
 (0)