|
@@ -35,7 +35,7 @@ describe( 'FontColorEditing', () => {
|
|
|
expect( editor.model.schema.checkAttribute( [ '$block' ], 'fontColor' ) ).to.be.false;
|
|
expect( editor.model.schema.checkAttribute( [ '$block' ], 'fontColor' ) ).to.be.false;
|
|
|
} );
|
|
} );
|
|
|
|
|
|
|
|
- it( 'its attribute is marked with a formatting property', () => {
|
|
|
|
|
|
|
+ it( 'has the attribute marked with the isFormatting property', () => {
|
|
|
expect( editor.model.schema.getAttributeProperties( 'fontColor' ) ).to.deep.equal( {
|
|
expect( editor.model.schema.getAttributeProperties( 'fontColor' ) ).to.deep.equal( {
|
|
|
isFormatting: true
|
|
isFormatting: true
|
|
|
} );
|
|
} );
|