mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-23 23:54:43 +00:00
corrected tests message output
This commit is contained in:
parent
1497e605d3
commit
8e30a3dc8a
1 changed files with 2 additions and 4 deletions
|
|
@ -65,8 +65,7 @@ test( "explicit transition preferred for page navigation reversal (ie back)", fu
|
|||
|
||||
$("#fade-trans > a").click();
|
||||
|
||||
ok($("#flip-trans").hasClass("fade"),
|
||||
"has fade class");
|
||||
ok($("#flip-trans").hasClass("fade"), "has fade class");
|
||||
|
||||
start();
|
||||
}, 900);
|
||||
|
|
@ -90,8 +89,7 @@ test( "previous transition used when not set and going back through url stack",
|
|||
|
||||
$("#no-trans > a").click();
|
||||
|
||||
ok($("#pop-trans").hasClass("pop"),
|
||||
"has slide class from previous trans");
|
||||
ok($("#pop-trans").hasClass("pop"), "has pop class");
|
||||
|
||||
start();
|
||||
}, 900);
|
||||
|
|
|
|||
Loading…
Reference in a new issue