mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-22 15:14:44 +00:00
fixed test descriptions
This commit is contained in:
parent
5114995865
commit
39e5e75ca1
1 changed files with 3 additions and 3 deletions
|
|
@ -28,16 +28,16 @@
|
|||
});
|
||||
|
||||
|
||||
test( "changePage applys perspective class to mobile viewport for flip", function(){
|
||||
test( "changePage applys does not apply perspective class to mobile viewport for transitions other than flip", function(){
|
||||
//stub to prevent class removal
|
||||
$.fn.animationComplete = function(){};
|
||||
|
||||
$("#bar > a").click();
|
||||
|
||||
ok(!$("body").hasClass(perspective), "has perspective class");
|
||||
ok(!$("body").hasClass(perspective), "doesn't have perspective class");
|
||||
});
|
||||
|
||||
test( "changePage applys perspective class to mobile viewport for flip", function(){
|
||||
test( "changePage applys transition class to mobile viewport for default transition", function(){
|
||||
//stub to prevent class removal
|
||||
$.fn.animationComplete = function(){};
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue