fix nav test to use close button in dialog and not data rel back

This commit is contained in:
John Bender 2011-09-23 09:56:11 -07:00
parent e741bc2da6
commit 76eb594cd1

View file

@ -345,7 +345,7 @@
function(){ $("#dup-history-second a:first").click(); },
function(){ $("#dup-history-first a").click(); },
function(){ $("#dup-history-second a:last").click(); },
function(){ $("#dup-history-dialog :jqmData(rel=back)").click(); },
function(){ $("#dup-history-dialog a:contains('Close')").click(); },
function(){
// fourth page (third index) in the stack to account for first page being hash manipulation,