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

@ -94,7 +94,7 @@ $(function () {
});
e.editable({
source: 'groups.php',
source: 'groups.php'
});
e.click();
@ -103,7 +103,7 @@ $(function () {
var p = tip(e);
test_reason = 'cancel'
p.find('button[type=button]').click(); //cancel
p.find('.editable-cancel').click(); //cancel
ok(!p.is(':visible'), 'popover closed');
test_reason = 'onblur'
@ -147,7 +147,7 @@ $(function () {
});
e.editable({
source: groups,
source: groups
});
e.click();