8
0
Просмотр исходного кода

Made suere that the test will be understandable.

Piotrek Koszuliński 8 лет назад
Родитель
Сommit
626a45d025
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      packages/ckeditor5-engine/tests/model/documentselection.js

+ 1 - 0
packages/ckeditor5-engine/tests/model/documentselection.js

@@ -701,6 +701,7 @@ describe( 'DocumentSelection', () => {
 					)
 				) );
 
+				// Now it's clear that it's the default range.
 				expect( selection.getFirstPosition().path ).to.deep.equal( [ 0, 0 ] );
 			} );
 		} );