8
0
Mateusz Samsel 6 лет назад
Родитель
Сommit
5b6be0f94f
1 измененных файлов с 2 добавлено и 2 удалено
  1. 2 2
      packages/ckeditor5-font/tests/ui/colortableview.js

+ 2 - 2
packages/ckeditor5-font/tests/ui/colortableview.js

@@ -478,7 +478,7 @@ describe( 'ColorTableView', () => {
 			expect( activeDocumentColorTile ).to.be.undefined;
 			expect( activeDocumentColorTile ).to.be.undefined;
 		} );
 		} );
 
 
-		it( 'should have no selection for color outside of definition', () => {
+		it( 'should not have selction for unknow colors exceeding document colors limit', () => {
 			const command = editor.commands.get( 'testColorCommand' );
 			const command = editor.commands.get( 'testColorCommand' );
 
 
 			setModelData( model,
 			setModelData( model,
@@ -502,7 +502,7 @@ describe( 'ColorTableView', () => {
 		} );
 		} );
 	} );
 	} );
 
 
-	describe( 'no document colors section', () => {
+	describe( 'disabled document colors section', () => {
 		let editor, element, dropdown, model;
 		let editor, element, dropdown, model;
 
 
 		beforeEach( () => {
 		beforeEach( () => {