UNPKG

cucumber-protractor

Version:

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

5 lines (4 loc) 115 B
module.exports = function goToPage(pageName) { const page = this.getPage(pageName); return page.goToPage(); };