Explorar el Código

Tests: Renamed the FontColorEditing test to match the natural language convention.

Aleksander Nowodzinski hace 6 años
padre
commit
88e6b07a4b
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js

+ 1 - 1
packages/ckeditor5-font/tests/fontcolor/fontcolorediting.js

@@ -35,7 +35,7 @@ describe( 'FontColorEditing', () => {
 		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( {
 			isFormatting: true
 		} );