8
0
Maciej Gołaszewski 6 лет назад
Родитель
Сommit
86d860f6b3
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-restricted-editing/tests/restricteddocumentcommand.js

+ 1 - 1
packages/ckeditor5-restricted-editing/tests/restricteddocumentcommand.js

@@ -108,7 +108,7 @@ describe( 'RestrictedDocumentCommand', () => {
 		} );
 		} );
 	} );
 	} );
 
 
-	describe.only( 'execute()', () => {
+	describe( 'execute()', () => {
 		it( 'should do nothing if the command is disabled', () => {
 		it( 'should do nothing if the command is disabled', () => {
 			setData( model, '<p>fo[ob]ar</p>' );
 			setData( model, '<p>fo[ob]ar</p>' );