Skip to content
This repository was archived by the owner on Oct 8, 2021. It is now read-only.

Commit 76eb594

Browse files
committed
fix nav test to use close button in dialog and not data rel back
1 parent e741bc2 commit 76eb594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/unit/navigation/navigation_core.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -345,7 +345,7 @@
345345
function(){ $("#dup-history-second a:first").click(); },
346346
function(){ $("#dup-history-first a").click(); },
347347
function(){ $("#dup-history-second a:last").click(); },
348-
function(){ $("#dup-history-dialog :jqmData(rel=back)").click(); },
348+
function(){ $("#dup-history-dialog a:contains('Close')").click(); },
349349
function(){
350350

351351
// fourth page (third index) in the stack to account for first page being hash manipulation,

0 commit comments

Comments
 (0)