mirror of
https://github.com/Hopiu/jquery-mobile.git
synced 2026-04-04 14:50:24 +00:00
unit test - initial page should have no back button
This commit is contained in:
parent
d1976fa265
commit
32a0d2fa4c
1 changed files with 3 additions and 0 deletions
|
|
@ -27,3 +27,6 @@ test( "unnested bar anchors are styled", function(){
|
|||
ok($('.ui-bar > a').hasClass('ui-btn'));
|
||||
});
|
||||
|
||||
test( "no auto-generated back button exists on first page", function(){
|
||||
ok( !$('.ui-header > [data-rel="back"]').length );
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue