diff --git a/tests/unit/navigation/navigation_transitions.js b/tests/unit/navigation/navigation_transitions.js index 98c27d28..7f796316 100644 --- a/tests/unit/navigation/navigation_transitions.js +++ b/tests/unit/navigation/navigation_transitions.js @@ -71,30 +71,7 @@ }, 900); }); - test( "previous transition used when not set and going back through url stack", function(){ - - stop(); - setTimeout(function(){ - $("#no-trans > a").click(); - }, 300); - - setTimeout(function(){ - $("#pop-trans > a").click(); - }, 600); - - - setTimeout(function(){ - //guarantee that we check only the newest changes - removePageTransClasses(); - - $("#no-trans > a").click(); - - ok($("#pop-trans").hasClass("pop"), "has pop class"); - - start(); - }, 900); - }); - + test( "default transition is slide", function(){ stop(); setTimeout(function(){