Bladeren bron

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

Aleksander Nowodzinski 6 jaren geleden
bovenliggende
commit
fbc59bf677
1 gewijzigde bestanden met toevoegingen van 2 en 1 verwijderingen
  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' }