mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-05 21:24:45 +00:00
moved select test to page sequnce to fix timing issues
This commit is contained in:
parent
aff87cc9f1
commit
a9020282b5
1 changed files with 2 additions and 2 deletions
|
|
@ -59,7 +59,7 @@
|
|||
asyncTest( "selecting an item from a dialog sized custom select menu leaves no dialog hash key", function(){
|
||||
var dialogHashKey = "ui-state=dialog";
|
||||
|
||||
$.testHelper.sequence([
|
||||
$.testHelper.pageSequence([
|
||||
function(){
|
||||
$("#select-choice-many-container-hash-check a").trigger("click");
|
||||
},
|
||||
|
|
@ -73,7 +73,7 @@
|
|||
ok(location.hash.indexOf(dialogHashKey) == -1);
|
||||
start();
|
||||
}
|
||||
], 500);
|
||||
]);
|
||||
});
|
||||
|
||||
asyncTest( "dialog sized select menu opened many times remains a dialog", function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue