mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-11 01:41:01 +00:00
removed unit test - seemed incorrect
This commit is contained in:
parent
d9b84f3f60
commit
85a6d878eb
1 changed files with 1 additions and 24 deletions
|
|
@ -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(){
|
||||
|
|
|
|||
Loading…
Reference in a new issue