mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-05-20 20:31:52 +00:00
altered innacurate test result message
This commit is contained in:
parent
ffafa78e62
commit
b2817375f4
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@
|
|||
test( "non external links set the active page", function(){
|
||||
$.mobile.activePage = testValue;
|
||||
$("a#internal-link").click();
|
||||
ok( $.mobile.activePage !== testValue, "mobile active page remains untouched");
|
||||
ok( $.mobile.activePage !== testValue, "mobile is altered");
|
||||
});
|
||||
})(jQuery);
|
||||
|
|
|
|||
Loading…
Reference in a new issue