module.exports = { elementByLabel: (label) => { return element(by.label(label)); } };