checkElementExists()

in common-utils/common-UI/common-UI.js [179:181]


  checkElementExists(selector, numElements) {
    this.testRunner.get(selector).should('be.length', numElements)
  }