moved local failing firefox test to pageSequence helper

This commit is contained in:
John Bender 2011-05-24 16:38:51 -07:00
parent e1ac8eec6b
commit a4ee2d5bbb

View file

@ -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(){