checkElementComponentDoesNotExist()

in common-utils/common-UI/common-UI.js [196:198]


  checkElementComponentDoesNotExist(mainSelector, componentSelector) {
    this.testRunner.get(mainSelector).find(componentSelector).should('not.exist')
  }