Procházet zdrojové kódy

Update tests/title-integration.js

Aleksander Nowodzinski před 5 roky
rodič
revize
6fc738840c

+ 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>' );