From eb772dfcae4a103c60f6e40768bb18e4e3d135e6 Mon Sep 17 00:00:00 2001 From: John Bender Date: Wed, 29 Jun 2011 10:41:55 -0700 Subject: [PATCH] click the first item link in the dialog and not all the items in the dialog --- tests/unit/select/select_core.js | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/tests/unit/select/select_core.js b/tests/unit/select/select_core.js index 265e0ced..c69951cc 100644 --- a/tests/unit/select/select_core.js +++ b/tests/unit/select/select_core.js @@ -66,7 +66,7 @@ function(){ ok(location.hash.indexOf(dialogHashKey) > -1); - $(".ui-page-active li").trigger("click"); + $(".ui-page-active li:first a").trigger("click"); }, function(){ @@ -76,7 +76,7 @@ ]); }); - asyncTest( "dialog sized select menu opened many times remains a dialog", function(){ + asyncTest( "dialog sized select menu opened many times remains a dialog", function(){ var dialogHashKey = "ui-state=dialog", openDialogSequence = [ @@ -123,5 +123,4 @@ ], 500); }); - })(jQuery);