UNPKG

generator-angular-mobile

Version:
15 lines (11 loc) 282 B
'use strict'; describe('Main View', function() { var page; beforeEach(function() { browser.get('/'); page = require('./main.po'); }); it('should include jumbotron with correct data', function() { expect(page.h1El.getText()).toBe('\'ALLO, \'ALLO!'); }); });