Kaynağa Gözat

Fixed failing test.

dkonopka 7 yıl önce
ebeveyn
işleme
644ff11ee8

+ 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/ );
 			} );
 		} );