Browse Source

Rename test suite name for inlineHighlight.

Tomek Wytrębowicz 5 years ago
parent
commit
02bb46304a
1 changed files with 2 additions and 2 deletions
  1. 2 2
      packages/ckeditor5-typing/tests/utils/inlinehighlight.js

+ 2 - 2
packages/ckeditor5-typing/tests/utils/inlinehighlight.js

@@ -12,7 +12,7 @@ import '@ckeditor/ckeditor5-core/tests/_utils/assertions/attribute';
 
 /* global document */
 
-describe( 'LinkEditing', () => {
+describe( 'inlineHighlight', () => {
 	let element, editor, model, view;
 
 	beforeEach( async () => {
@@ -44,7 +44,7 @@ describe( 'LinkEditing', () => {
 		await editor.destroy();
 	} );
 
-	describe( 'link highlighting', () => {
+	describe( 'attribute highlighting', () => {
 		it( 'should convert the highlight to a proper view classes', () => {
 			setModelData( model,
 				'<paragraph>foo <$text linkHref="url">b{}ar</$text> baz</paragraph>'