We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0774d6b commit eb772dfCopy full SHA for eb772df
tests/unit/select/select_core.js
@@ -66,7 +66,7 @@
66
67
function(){
68
ok(location.hash.indexOf(dialogHashKey) > -1);
69
- $(".ui-page-active li").trigger("click");
+ $(".ui-page-active li:first a").trigger("click");
70
},
71
72
@@ -76,7 +76,7 @@
76
]);
77
});
78
79
- asyncTest( "dialog sized select menu opened many times remains a dialog", function(){
+ asyncTest( "dialog sized select menu opened many times remains a dialog", function(){
80
var dialogHashKey = "ui-state=dialog",
81
82
openDialogSequence = [
@@ -123,5 +123,4 @@
123
], 500);
124
125
126
-
127
})(jQuery);
0 commit comments