pull/2729/head
filip mertens 3 years ago committed by Aniket
parent 76aa933c27
commit 7869f2518c
  1. 3
      apps/remix-ide-e2e/src/commands/getEditorValue.ts

@ -9,11 +9,10 @@ class GetEditorValue extends EventEmitter {
return elem.currentContent() return elem.currentContent()
}, [], (result) => { }, [], (result) => {
done()
const value = typeof result.value === 'string' ? result.value : null const value = typeof result.value === 'string' ? result.value : null
callback(value) callback(value)
this.emit('complete') this.emit('complete')
done()
}) })
}) })
return this return this

Loading…
Cancel
Save