mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
accordion unit tests: fixed cap. of autoHeight
This commit is contained in:
parent
2c1d4675a8
commit
633ceff190
@ -22,7 +22,7 @@ test("basics", function() {
|
||||
state($('#list1').accordion(), 1, 0, 0);
|
||||
});
|
||||
|
||||
test("autoheight", function() {
|
||||
test("autoHeight", function() {
|
||||
$('#navigation').accordion({ autoHeight: false });
|
||||
equals( 90, $('#navigation div:first').height() );
|
||||
equals( 126, $('#navigation div:eq(1)').height() );
|
||||
|
Loading…
Reference in New Issue
Block a user