UNPKG

gaf-mobile

Version:

GAF mobile Web site

12 lines (10 loc) 277 B
'use strict'; function PostProject() { // Get a reference to page elements we want to interact with this.loginButton = element(by.buttonText('Login')); // Navigate to profile page URL this.get = function () { browser.get('/'); }; } module.exports = PostProject;