unit test - initial page should have no back button

This commit is contained in:
scottjehl 2011-01-26 18:57:34 -05:00
parent d1976fa265
commit 32a0d2fa4c

View file

@ -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 );
});