Skip to content
Snippets Groups Projects
Forked from an inaccessible project.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
app.e2e-spec.ts 292 B
import { AppPage } from './app.po';

describe('workspace-project App', () => {
	let page: AppPage;

	beforeEach(() => {
		page = new AppPage();
	});

	it('should display app title in header', () => {
		page.navigateTo();
		expect(page.getParagraphText()).toEqual('ANGULAR STARTER');
	});
});