Przeglądaj źródła

Unit test names improvements.

Mateusz Samsel 6 lat temu
rodzic
commit
5b6be0f94f

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

@@ -478,7 +478,7 @@ describe( 'ColorTableView', () => {
 			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' );
 
 			setModelData( model,
@@ -502,7 +502,7 @@ describe( 'ColorTableView', () => {
 		} );
 	} );
 
-	describe( 'no document colors section', () => {
+	describe( 'disabled document colors section', () => {
 		let editor, element, dropdown, model;
 
 		beforeEach( () => {