UNPKG

cucumber-protractor

Version:

POM CukeTractor - Bootstrap your cucumber tests with cucumber, protractor and a structured way of creating page objects and component objects

9 lines (8 loc) 249 B
module.exports = { normalizeColorAcrossBrowser(rgbString) { if (rgbString.includes('rgb(')) { return rgbString.replace('rgb(', 'rgba(').replace(')', ', 1)'); } return rgbString.replace('rgba(0, 0, 0, 0)', 'transparent'); }, };