Преглед изворни кода

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 } );