8
0
Просмотр исходного кода

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

Aleksander Nowodzinski 6 лет назад
Родитель
Сommit
88e6b07a4b
1 измененных файлов с 1 добавлено и 1 удалено
  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
 		} );