Skip to content

Commit

Permalink
Fix failing test.
Browse files Browse the repository at this point in the history
  • Loading branch information
pszczesniak committed Sep 11, 2023
1 parent 5ec1cb5 commit 0144fa1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ckeditor5-ui/tests/toolbar/block/blocktoolbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ describe( 'BlockToolbar', () => {
} ).then( editor => {
const blockToolbar = editor.plugins.get( BlockToolbar );

expect( blockToolbar.buttonView.label ).to.be.equal( 'Click to edit block \nDrag to move' );
expect( blockToolbar.buttonView.label ).to.be.equal( 'Click to edit block\nDrag to move' );

element.remove();

Expand Down

0 comments on commit 0144fa1

Please sign in to comment.