diff --git a/tests/manual/readonly.js b/tests/manual/readonly.js index 5dd54748..9a1e9a1a 100644 --- a/tests/manual/readonly.js +++ b/tests/manual/readonly.js @@ -13,7 +13,7 @@ import ContextualToolbar from '@ckeditor/ckeditor5-ui/src/toolbar/contextual/con ClassicEditor .create( document.querySelector( '#editor' ), { plugins: [ ArticlePreset, ContextualToolbar ], - toolbar: [ 'headings', 'bold', 'italic', 'link', 'unlink', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], + toolbar: [ 'headings', 'bold', 'italic', 'link', 'bulletedList', 'numberedList', 'blockQuote', 'undo', 'redo' ], image: { toolbar: [ 'imageStyleFull', 'imageStyleSide', '|', 'imageTextAlternative' ], },