Sfoglia il codice sorgente

Update tests/fontbackgroundcolor/fontbackgroundcoloreditng.js

Aleksander Nowodzinski 6 anni fa
parent
commit
0ceb985a70

+ 1 - 1
packages/ckeditor5-font/tests/fontbackgroundcolor/fontbackgroundcoloreditng.js

@@ -36,7 +36,7 @@ describe( 'FontBackgroundColorEditing', () => {
 		expect( editor.model.schema.checkAttribute( [ '$block' ], 'fontBackgroundColor' ) ).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( 'fontBackgroundColor' ) ).to.deep.equal( {
 			isFormatting: true
 		} );