Parcourir la source

Move TablePropertiesEditing test suite under table properties suite.

Maciej Gołaszewski il y a 5 ans
Parent
commit
b1fcdb678c

+ 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;