8
0
Quellcode durchsuchen

Removed comment from test.

Oskar Wróbel vor 7 Jahren
Ursprung
Commit
b6d53ff04f
1 geänderte Dateien mit 0 neuen und 1 gelöschten Zeilen
  1. 0 1
      packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

+ 0 - 1
packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

@@ -140,7 +140,6 @@ describe( 'BalloonToolbar', () => {
 	} );
 
 	// See https://github.com/ckeditor/ckeditor5-ui/issues/424.
-	// This test should be removed after fixing this https://github.com/ckeditor/ckeditor5-core/issues/137.
 	it( 'should work with the ClassicEditor', () => {
 		const editor = new ClassicEditor( editorElement, {
 			plugins: [ BalloonToolbar ]