mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
Datepicker: Fix a bad assertion - actual result is valid.
This commit is contained in:
parent
6ba18b597a
commit
e6b7486abf
@ -559,7 +559,7 @@ test('autoSize', function() {
|
||||
inp.datepicker('option', 'dateFormat', 'm/d/yy');
|
||||
equals(inp.prop('size'), 10, 'Auto size - he - m/d/yy');
|
||||
inp.datepicker('option', 'dateFormat', 'D M d yy');
|
||||
equals(inp.prop('size'), 14, 'Auto size - he - D M d yy');
|
||||
equals(inp.prop('size'), 16, 'Auto size - he - D M d yy');
|
||||
inp.datepicker('option', 'dateFormat', 'DD, MM dd, yy');
|
||||
equals(inp.prop('size'), 23, 'Auto size - he - DD, MM dd, yy');
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user