Added missing types

pull/5370/head
ioedeveloper 5 years ago
parent b5441caff7
commit a040530372
  1. 2
      apps/remix-ide-e2e/src/commands/clearEditableContent.ts

@ -2,7 +2,7 @@ import { NightwatchBrowser } from 'nightwatch'
import EventEmitter from 'events'
class clearEditablecontent extends EventEmitter {
command (this: NightwatchBrowser, cssSelector): NightwatchBrowser {
command (this: NightwatchBrowser, cssSelector: string): NightwatchBrowser {
this.api.perform((done) => {
clearContent(this.api, cssSelector, () => {
done()

Loading…
Cancel
Save