Commit 75a369af authored by ioedeveloper's avatar ioedeveloper

Fixed linting error

parent 07955c6f
......@@ -9,7 +9,7 @@ class NotContainsText extends EventEmitter {
else this.api.assert.ok(`${cssSelector} does not contains ${text}.`)
})
.perform(() => {
this.emit('complete')
this.emit('complete')
})
return this
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment