From bf7096cc10994728a8e1cd4672adff54201051f2 Mon Sep 17 00:00:00 2001 From: Mateusz Samsel Date: Thu, 8 Aug 2019 11:26:28 +0200 Subject: [PATCH] Unit test names improvements. --- tests/ui/colortableview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ui/colortableview.js b/tests/ui/colortableview.js index 79201e2..2f21bdd 100644 --- a/tests/ui/colortableview.js +++ b/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( () => {