Преглед на файлове

Update tests/title-integration.js

Aleksander Nowodzinski преди 5 години
родител
ревизия
6fc738840c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-heading/tests/title-integration.js

+ 1 - 1
packages/ckeditor5-heading/tests/title-integration.js

@@ -38,7 +38,7 @@ describe( 'Title integration', () => {
 		return editor.destroy();
 	} );
 
-	describe( 'getBody()', () => {
+	describe( 'with basic styles', () => {
 		// See: https://github.com/ckeditor/ckeditor5/issues/6427
 		it( 'does not blow up when applying basic styles', () => {
 			editor.setData( '<h1>Title</h1><p>Foo</p>' );