click the first item link in the dialog and not all the items in the dialog

This commit is contained in:
John Bender 2011-06-29 10:41:55 -07:00
parent 0774d6bfa0
commit eb772dfcae

View file

@ -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);