Mercurial > hg > ugly-duckling
view e2e/app.e2e-spec.ts @ 219:1bd03ac62ee5
Merge pull request #1 from piper-audio/feature/list-analysis-cards
Feature/list analysis cards
author | Lucas Thompson <LucasThompson@users.noreply.github.com> |
---|---|
date | Thu, 30 Mar 2017 16:03:59 +0100 |
parents | 340ce94899fd |
children | 53ea6406d601 |
line wrap: on
line source
import { UglyDucklingPage } from './app.po'; describe('ugly-duckling App', function() { let page: UglyDucklingPage; beforeEach(() => { page = new UglyDucklingPage(); }); it('should display message saying app works', () => { page.navigateTo(); expect(page.getParagraphText()).toEqual('app works!'); }); });