Last change
on this file since 333cdac was 30a465f, checked in by DimitarSlezenkovski <dslezenkovski@…>, 4 years ago |
Initial commit
|
-
Property mode
set to
100644
|
File size:
277 bytes
|
Line | |
---|
1 | import { AppPage } from './app.po';
|
---|
2 |
|
---|
3 | describe('App', () => {
|
---|
4 | let page: AppPage;
|
---|
5 |
|
---|
6 | beforeEach(() => {
|
---|
7 | page = new AppPage();
|
---|
8 | });
|
---|
9 |
|
---|
10 | it('should display welcome message', () => {
|
---|
11 | page.navigateTo();
|
---|
12 | expect(page.getMainHeading()).toEqual('Hello, world!');
|
---|
13 | });
|
---|
14 | });
|
---|
Note:
See
TracBrowser
for help on using the repository browser.