Przeglądaj źródła

If only it was correct.

Piotrek Koszuliński 5 lat temu
rodzic
commit
856adf3a13

+ 1 - 1
packages/ckeditor5-table/tests/tablecellproperties/tablecellpropertiesediting.js

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

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

@@ -22,7 +22,7 @@ import { assertEqualMarkup } from '@ckeditor/ckeditor5-utils/tests/_utils/utils'
 import { assertTableStyle, assertTRBLAttribute } from '../_utils/utils';
 
 describe( 'table properties', () => {
-	describe.only( 'TablePropertiesEditing', () => {
+	describe( 'TablePropertiesEditing', () => {
 		let editor, model;
 
 		beforeEach( () => {