Fixed linting error

pull/5370/head
ioedeveloper 5 years ago
parent ce2cb200ce
commit 9389a03296
  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