Skip to content

Commit 7469a0f

Browse files
committed
Added missing types
1 parent f57327c commit 7469a0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

apps/remix-ide-e2e/src/commands/clearEditableContent.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import { NightwatchBrowser } from 'nightwatch'
22
import EventEmitter from 'events'
33

44
class clearEditablecontent extends EventEmitter {
5-
command (this: NightwatchBrowser, cssSelector): NightwatchBrowser {
5+
command (this: NightwatchBrowser, cssSelector: string): NightwatchBrowser {
66
this.api.perform((done) => {
77
clearContent(this.api, cssSelector, () => {
88
done()

0 commit comments

Comments
 (0)