Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Tests: Added a link to the issue. Improved language in the test descr…
Browse files Browse the repository at this point in the history
…iption.
  • Loading branch information
oleq committed Oct 10, 2019
1 parent 2e8db9d commit 26e0ed3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/indentblock-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -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' }
Expand Down

0 comments on commit 26e0ed3

Please sign in to comment.