checkElementDoesNotExist()

in common-utils/common-UI/common-UI.js [187:189]


  checkElementDoesNotExist(selector) {
    this.testRunner.get(selector).should('not.exist')
  }