Explorar el Código

Removed the `.only()` from tests.

Maciej Bukowski hace 7 años
padre
commit
765ab1ce78

+ 1 - 1
packages/ckeditor5-image/tests/imageupload/imageuploadediting.js

@@ -523,7 +523,7 @@ describe( 'ImageUploadEditing', () => {
 		expect( loadSpy.called ).to.be.false;
 	} );
 
-	it.only( 'image should be permanently removed if it is removed by user during upload', done => {
+	it( 'image should be permanently removed if it is removed by user during upload', done => {
 		const file = createNativeFileMock();
 		const notification = editor.plugins.get( Notification );
 		setModelData( model, '<paragraph>{}foo bar</paragraph>' );