소스 검색

Update tests/dom/position.js

Aleksander Nowodzinski 5 년 전
부모
커밋
5fb5157069
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

+ 1 - 1
packages/ckeditor5-utils/tests/dom/position.js

@@ -506,7 +506,7 @@ describe( 'getOptimalPosition()', () => {
 		} );
 	} );
 
-	describe( 'maximizes intersection area with both limiter and viewport', () => {
+	describe( 'optimisation in the context of both the limiter and the viewport', () => {
 		beforeEach( setElementTargetBigLimiterPlayground );
 
 		it( 'should prefer a position with a bigger intersection area (#1)', () => {