X-Git-Url: https://gerrit.akraino.org/r/gitweb?a=blobdiff_plain;f=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fe2e%2Fsrc%2Fapp.e2e-spec.ts;h=601601b6f6c44c6eb8972f91b0e510eabb7d9bc1;hb=5c2048d4d3e672783eea4f306aa9a03f33a1a9f2;hp=3681d77786a01792370a7b63f3c588ee216ed1bd;hpb=59f512662c02a16c1d5c45b090b185d2e773310f;p=eliot.git diff --git a/blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts b/blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts index 3681d77..601601b 100644 --- a/blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts +++ b/blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts @@ -10,7 +10,7 @@ describe('workspace-project App', () => { it('should display welcome message', () => { page.navigateTo(); - expect(page.getTitleText()).toEqual('Welcome to demoedgex!'); + expect(page.getTitleText()).toEqual('Welcome to eliotportal!'); }); afterEach(async () => {