Explorar el Código

Fixed failing test.

dkonopka hace 7 años
padre
commit
644ff11ee8
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      packages/ckeditor5-media-embed/tests/ui/mediaformview.js

+ 1 - 1
packages/ckeditor5-media-embed/tests/ui/mediaformview.js

@@ -82,7 +82,7 @@ describe( 'MediaFormView', () => {
 				expect( view.urlInputView.inputView.placeholder ).to.equal( 'https://example.com' );
 			} );
 
-			it( 'has info text' () => {
+			it( 'has info text', () => {
 				expect( view.urlInputView.infoText ).to.match( /^Paste the URL/ );
 			} );
 		} );