fix tests for ie7

This commit is contained in:
vitalets
2013-01-05 19:59:25 +04:00
parent 294c5c0528
commit 53ee7f3ff8
9 changed files with 63 additions and 40 deletions

@ -130,7 +130,7 @@ $(function () {
equal(p.find('td.day.active').text(), today.getDate(), 'day shown correct');
p.find('button[type=button]').click();
p.find('.editable-cancel').click();
ok(!p.is(':visible'), 'popover closed');
});