Preserve image width for smaller than column width images

This commit is contained in:
Tautvidas Sipavičius
2015-11-10 18:09:36 +02:00
parent 3a206b2c88
commit 4a0deb2182
5 changed files with 16 additions and 15 deletions

View File

@ -182,7 +182,7 @@ define([
it('updates the model when padding changes', function () {
var newValue = 'false';
view.$('.mailpoet_field_image_padded').val(newValue).change();
view.$('.mailpoet_field_image_padded').prop('checked', false).change();
expect(model.get('padded')).to.equal(false);
});