[test][xs]: micro tidy-up (calling remove on view at end of test in Grid View test).
This commit is contained in:
parent
2a93aeb2c1
commit
3092ef6a8b
@ -53,6 +53,7 @@ test('new GridRow View', function () {
|
||||
var tds = $el.find('td');
|
||||
equal(tds.length, 3);
|
||||
equal($(tds[1]).attr('data-field'), 'a');
|
||||
view.remove();
|
||||
});
|
||||
|
||||
})(this.jQuery);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user