Explorar o código

Fixed broken test.

Maciej Bukowski %!s(int64=6) %!d(string=hai) anos
pai
achega
0e5cbef2e6
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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 ) );