Explorar o código

Fixed failing test.

dkonopka %!s(int64=7) %!d(string=hai) anos
pai
achega
644ff11ee8
Modificáronse 1 ficheiros con 1 adicións e 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/ );
 			} );
 		} );