Fixed linting error

pull/1/head
ioedeveloper 5 years ago
parent 07955c6fba
commit 75a369af54
  1. 2
      test-browser/commands/notContainsText.js

@ -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
}

Loading…
Cancel
Save