8
0
Quellcode durchsuchen

Added full ticket url.

Oskar Wróbel vor 8 Jahren
Ursprung
Commit
4603caefc6
1 geänderte Dateien mit 2 neuen und 2 gelöschten Zeilen
  1. 2 2
      packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js

+ 2 - 2
packages/ckeditor5-ui/tests/panel/balloon/balloonpanelview.js

@@ -259,7 +259,7 @@ describe( 'BalloonPanelView', () => {
 				expect( view.position ).to.equal( 'nw' );
 			} );
 
-			// #126
+			// https://github.com/ckeditor/ckeditor5-ui-default/issues/126
 			it( 'works in a positioned ancestor (position: absolute)', () => {
 				const positionedAncestor = document.createElement( 'div' );
 
@@ -291,7 +291,7 @@ describe( 'BalloonPanelView', () => {
 				expect( view.left ).to.equal( -80 );
 			} );
 
-			// #126
+			// https://github.com/ckeditor/ckeditor5-ui-default/issues/126
 			it( 'works in a positioned ancestor (position: static)', () => {
 				const positionedAncestor = document.createElement( 'div' );