in common-utils/common-UI/common-UI.js [230:234]
checkValuesExistInComponent(selector, value) { this.testRunner.wrap(value).each((str) => { this.testRunner.get(selector).contains(new RegExp(`^${str}$`)) }) }