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()
}, [], (result) => {
done()
const value = typeof result.value === 'string' ? result.value : null
callback(value)
this.emit('complete')
done()
})
})
return this

Loading…
Cancel
Save