mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-03-16 22:10:25 +00:00
moved local failing firefox test to pageSequence helper
This commit is contained in:
parent
e1ac8eec6b
commit
a4ee2d5bbb
1 changed files with 6 additions and 3 deletions
|
|
@ -315,8 +315,11 @@
|
|||
});
|
||||
|
||||
asyncTest( "Page title updates properly from heading text in header when loading an external page", function(){
|
||||
$.testHelper.openPage("#ajax-title-page");
|
||||
$.testHelper.sequence([
|
||||
$.testHelper.pageSequence([
|
||||
function(){
|
||||
$.testHelper.openPage("#ajax-title-page");
|
||||
},
|
||||
|
||||
function(){
|
||||
$("#titletest3").click();
|
||||
},
|
||||
|
|
@ -325,7 +328,7 @@
|
|||
same(document.title, "Title Heading");
|
||||
start();
|
||||
}
|
||||
], 500);
|
||||
]);
|
||||
});
|
||||
|
||||
asyncTest( "Page links to the current active page result in the same active page", function(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue