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

Commit

Permalink
Improved test names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Reinmar committed Sep 14, 2018
1 parent 0eceed0 commit 81a0d00
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/imagecaption/imagecaption-integration.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ describe( 'ImageCaption integration', () => {
editorElement.remove();
} );

describe( 'Enter plugin', () => {
describe( 'with Enter plugin only', () => {
beforeEach( () => {
return ClassicEditor
.create( editorElement, {
Expand Down Expand Up @@ -71,7 +71,7 @@ describe( 'ImageCaption integration', () => {
} );
} );

describe( 'ShiftEnter plugin', () => {
describe( 'with Enter and ShiftEnter plugins', () => {
beforeEach( () => {
return ClassicEditor
.create( editorElement, {
Expand Down

0 comments on commit 81a0d00

Please sign in to comment.