瀏覽代碼

Tests: Added a link to the issue. Improved language in the test description.

Aleksander Nowodzinski 6 年之前
父節點
當前提交
fbc59bf677
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      packages/ckeditor5-indent/tests/indentblock-integration.js

+ 2 - 1
packages/ckeditor5-indent/tests/indentblock-integration.js

@@ -71,7 +71,8 @@ describe( 'IndentBlock - integration', () => {
 		} );
 	} );
 
-	it( 'should work with paragraph regardless of plugin order', () => {
+	// https://github.com/ckeditor/ckeditor5/issues/2359
+	it( 'should work with paragraphs regardless of plugin order', () => {
 		return createTestEditor( {
 			plugins: [ IndentEditing, IndentBlock, Paragraph, HeadingEditing ],
 			indentBlock: { offset: 50, unit: 'px' }