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=37827e492060182b32df67c2a538a29808fa5e17;hp=3681d77786a01792370a7b63f3c588ee216ed1bd;hpb=a45c96e6ef35810d4803bad8d00e76258710eb5b;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 () => {