8
0
Эх сурвалжийг харах

Tests: Corrected the comment in the BalloonToolbar tests.

Aleksander Nowodzinski 7 жил өмнө
parent
commit
0bc5c3aa79

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