Tests no-spaced-func
This commit is contained in:
@@ -12,7 +12,6 @@
|
|||||||
"global-require": 0,
|
"global-require": 0,
|
||||||
"keyword-spacing": 0,
|
"keyword-spacing": 0,
|
||||||
"no-bitwise": 0,
|
"no-bitwise": 0,
|
||||||
"no-spaced-func": 0,
|
|
||||||
"func-call-spacing": 0,
|
"func-call-spacing": 0,
|
||||||
"max-len": 0,
|
"max-len": 0,
|
||||||
"space-unary-ops": 0,
|
"space-unary-ops": 0,
|
||||||
|
@@ -200,7 +200,7 @@ define([
|
|||||||
expect(model.get('styles.block.backgroundColor')).to.equal('#cccccc');
|
expect(model.get('styles.block.backgroundColor')).to.equal('#cccccc');
|
||||||
});
|
});
|
||||||
|
|
||||||
it ('changes color of available divider styles when actual divider color changes', function() {
|
it('changes color of available divider styles when actual divider color changes', function() {
|
||||||
var newColor = '#889912';
|
var newColor = '#889912';
|
||||||
view.$('.mailpoet_field_divider_border_color').val(newColor).change();
|
view.$('.mailpoet_field_divider_border_color').val(newColor).change();
|
||||||
expect(view.$('.mailpoet_field_divider_style div')).to.have.$css('border-top-color', newColor);
|
expect(view.$('.mailpoet_field_divider_style div')).to.have.$css('border-top-color', newColor);
|
||||||
|
Reference in New Issue
Block a user