checkValuesDoNotExistInComponent()

in common-utils/common-UI/common-UI.js [241:245]


  checkValuesDoNotExistInComponent(selector, value) {
    this.testRunner.wrap(value).each((str) => {
      this.testRunner.get(selector).should('not.contain', new RegExp(`^${str}$`))
    })
  }