Browse Source

Update tests/title-integration.js

Aleksander Nowodzinski 5 years ago
parent
commit
84e86ab4f9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-heading/tests/title-integration.js

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

@@ -40,7 +40,7 @@ describe( 'Title integration', () => {
 
 
 	describe( 'with basic styles', () => {
 	describe( 'with basic styles', () => {
 		// See: https://github.com/ckeditor/ckeditor5/issues/6427
 		// See: https://github.com/ckeditor/ckeditor5/issues/6427
-		it( 'does not blow up when applying basic styles', () => {
+		it( 'should work when basic styles are applied to the content', () => {
 			editor.setData( '<h1>Title</h1><p>Foo</p>' );
 			editor.setData( '<h1>Title</h1><p>Foo</p>' );
 
 
 			editor.model.change( writer => {
 			editor.model.change( writer => {