main.po.js 252 Bytes edit raw blame history 1 2 3 4 5 6 7 8 9 10 11 /** * This file uses the Page Object pattern to define the main page for tests * https://docs.google.com/presentation/d/1B6manhG0zEXkC-H-tPo2vwU06JhL8w9-XCF9oehXzAQ */ 'use strict'; var MainPage = function() { }; module.exports = new MainPage();