Skip to content
This repository was archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Unit test names improvements.
Browse files Browse the repository at this point in the history
  • Loading branch information
Mateusz Samsel committed Aug 8, 2019
1 parent 69e21e3 commit bf7096c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/ui/colortableview.js
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand All @@ -502,7 +502,7 @@ describe( 'ColorTableView', () => {
} );
} );

describe( 'no document colors section', () => {
describe( 'disabled document colors section', () => {
let editor, element, dropdown, model;

beforeEach( () => {
Expand Down

0 comments on commit bf7096c

Please sign in to comment.