浏览代码

Tests: Corrected the comment in the BalloonToolbar tests.

Aleksander Nowodzinski 7 年之前
父节点
当前提交
0bc5c3aa79
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

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

@@ -259,7 +259,7 @@ describe( 'BalloonToolbar', () => {
 			expect( balloonAddSpy.firstCall.args[ 0 ].position.target() ).to.deep.equal( backwardSelectionRect );
 		} );
 
-		// https://github.com/ckeditor/ckeditor5-ui/issues/308
+		// https://github.com/ckeditor/ckeditor5-ui/issues/385
 		it( 'should attach the #_balloon to the first range in a case of multi-range backward selection', () => {
 			setData( model, '<paragraph>b[ar]</paragraph><paragraph>[bi]z</paragraph>', { lastRangeBackward: true } );