瀏覽代碼

Added full ticket url.

Oskar Wróbel 8 年之前
父節點
當前提交
4603caefc6
共有 1 個文件被更改,包括 2 次插入2 次删除
  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' );