UNPKG

gaf-mobile

Version:

GAF mobile Web site

25 lines (16 loc) 517 B
/*'use strict'; // Use a page object to have a representation of each page // to keep the test spec clean var HomePage = require('./homePage'); var LoginPage = require('./loginPage'); var Facebook = require('./facebook'); describe('login funnel', function () { var homePage = new HomePage(); var loginPage = new LoginPage(); var facebook = new Facebook(); beforeEach(function() { postProject.get(); }); it('should allow the user to post a project from /post-project', function() { }); });*/