Browse Source

Tests: Fixed the path to the eraser icon which has been moved to the ckeditor5-core package.

Aleksander Nowodzinski 6 years ago
parent
commit
650406326b
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-highlight/tests/highlightui.js

+ 1 - 1
packages/ckeditor5-highlight/tests/highlightui.js

@@ -10,7 +10,7 @@ import HighlightUI from '../src/highlightui';
 
 import markerIcon from '../theme/icons/marker.svg';
 import penIcon from '../theme/icons/pen.svg';
-import eraserIcon from '../theme/icons/eraser.svg';
+import eraserIcon from '@ckeditor/ckeditor5-core/theme/icons/eraser.svg';
 
 import ClassicTestEditor from '@ckeditor/ckeditor5-core/tests/_utils/classictesteditor';
 import testUtils from '@ckeditor/ckeditor5-core/tests/_utils/utils';