check to make sure cached test page appears

This commit is contained in:
John Bender 2012-01-05 15:26:17 -08:00
parent cc54ede5f0
commit 12f112d6d4

View file

@ -21,6 +21,7 @@
},
function(){
ok( $.mobile.activePage.is("#dialog-select-parent-cache-test"), "cached page appears" );
selectButton = $( "#cached-page-select" ).siblings( 'a' );
selectButton.click();
},