github.com/in4it/ecs-deploy@v0.0.42-0.20240508120354-ed77ff16df25/webapp/e2e/app.e2e-spec.ts (about) 1 import { AppPage } from './app.po'; 2 3 describe('my-app 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.getParagraphText()).toEqual('Welcome to app!'); 13 }); 14 });