diff options
Diffstat (limited to 'ecomp-portal-FE/e2e/main/main.spec.js')
-rw-r--r-- | ecomp-portal-FE/e2e/main/main.spec.js | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/ecomp-portal-FE/e2e/main/main.spec.js b/ecomp-portal-FE/e2e/main/main.spec.js deleted file mode 100644 index 61745a8d..00000000 --- a/ecomp-portal-FE/e2e/main/main.spec.js +++ /dev/null @@ -1,16 +0,0 @@ -'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!'); - expect(page.imgEl.getAttribute('src')).toMatch(/assets\/images\/yeoman.png$/); - expect(page.imgEl.getAttribute('alt')).toBe('I\'m Yeoman'); - }); -}); |