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

Tests: Update tests to the newest list feature schema.

Maciej Gołaszewski 7 лет назад
Родитель
Сommit
2040cd196c
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-list/tests/listediting.js

+ 1 - 1
packages/ckeditor5-list/tests/listediting.js

@@ -48,7 +48,7 @@ describe( 'ListEditing', () => {
 
 				model.schema.register( 'foo', {
 					allowWhere: '$block',
-					allowAttributes: [ 'indent', 'type' ],
+					allowAttributes: [ 'listIndent', 'listType' ],
 					isBlock: true,
 					isObject: true
 				} );