UNPKG

cucumber-protractor

Version:

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

6 lines (4 loc) 216 B
const checkColour = require('./checkColour'); module.exports = function checkElementBackgroundColour(locatorKey, expectedColour) { return checkColour.call(this, locatorKey, expectedColour, 'background-color'); };