Parcourir la source

Update tests/dom/position.js

Aleksander Nowodzinski il y a 5 ans
Parent
commit
3cfa0a01fd
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-utils/tests/dom/position.js

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

@@ -485,7 +485,7 @@ describe( 'getOptimalPosition()', () => {
 			} );
 		} );
 
-		it( 'should prefer position fully fitting in viewport', () => {
+		it( 'should prefer positions fitting entirely into the viewport', () => {
 			target = getElement( {
 				top: 100,
 				right: 35,