Skip to content

Commit

Permalink
Update packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js
Browse files Browse the repository at this point in the history
  • Loading branch information
oleq authored Jun 5, 2020
1 parent 9e18fc7 commit 81525ba
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ describe( 'BalloonToolbar', () => {
} );

// https://github.com/ckeditor/ckeditor5/issues/6443
it( 'should not add the #toolbarView to the #_balloon when the selection contains more than one fully contained objects', () => {
it( 'should not add the #toolbarView to the #_balloon when the selection contains more than one fully contained object', () => {
// This is for multi cell selection in tables.
setData( model, '[<horizontalLine></horizontalLine>]<paragraph>foo</paragraph>[<horizontalLine></horizontalLine>]' );

Expand Down

0 comments on commit 81525ba

Please sign in to comment.