Ver Fonte

Fixed broken test.

Maciej Bukowski há 6 anos atrás
pai
commit
0e5cbef2e6
1 ficheiros alterados com 0 adições e 2 exclusões
  1. 0 2
      packages/ckeditor5-watchdog/tests/editorwatchdog.js

+ 0 - 2
packages/ckeditor5-watchdog/tests/editorwatchdog.js

@@ -875,8 +875,6 @@ describe( 'EditorWatchdog', () => {
 
 			expect( watchdog.state ).to.equal( 'ready' );
 
-			await watchdog.create( element );
-
 			setTimeout( () => throwCKEditorError( 'foo', watchdog.editor ) );
 			setTimeout( () => throwCKEditorError( 'bar', watchdog.editor ) );