Page MenuHomec4science

app.e2e-spec.ts
No OneTemporary

File Metadata

Created
Mon, Feb 24, 23:23

app.e2e-spec.ts

import { AppPage } from './app.po';
describe('client App', () => {
let page: AppPage;
beforeEach(() => {
page = new AppPage();
});
it('should display welcome message', () => {
page.navigateTo();
expect(page.getParagraphText()).toEqual('Welcome to app!');
});
});

Event Timeline