Преглед на файлове

Move TablePropertiesEditing test suite under table properties suite.

Maciej Gołaszewski преди 5 години
родител
ревизия
b1fcdb678c
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js

+ 1 - 1
packages/ckeditor5-table/tests/tableproperties/tablepropertiesediting.js

@@ -21,7 +21,7 @@ import { setData as setModelData } from '@ckeditor/ckeditor5-engine/src/dev-util
 import { assertEqualMarkup } from '@ckeditor/ckeditor5-utils/tests/_utils/utils';
 import { assertTableStyle, assertTRBLAttribute } from '../_utils/utils';
 
-describe( 'TableProperties', () => {
+describe( 'table properties', () => {
 	describe( 'TablePropertiesEditing', () => {
 		let editor, model;