Browse Source

Update tests/dom/position.js

Aleksander Nowodzinski 5 years ago
parent
commit
5fb5157069
1 changed files with 1 additions and 1 deletions
  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)', () => {