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;fp=blueprints%2Fcommon%2Feliot-ui%2Ffrontend-src%2Fe2e%2Fsrc%2Fapp.e2e-spec.ts;h=0000000000000000000000000000000000000000;hb=434326c60fb0434bda587102b4746173fe425dea;hp=601601b6f6c44c6eb8972f91b0e510eabb7d9bc1;hpb=37827e492060182b32df67c2a538a29808fa5e17;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 deleted file mode 100644 index 601601b..0000000 --- a/blueprints/common/eliot-ui/frontend-src/e2e/src/app.e2e-spec.ts +++ /dev/null @@ -1,23 +0,0 @@ -import { AppPage } from './app.po'; -import { browser, logging } from 'protractor'; - -describe('workspace-project App', () => { - let page: AppPage; - - beforeEach(() => { - page = new AppPage(); - }); - - it('should display welcome message', () => { - page.navigateTo(); - expect(page.getTitleText()).toEqual('Welcome to eliotportal!'); - }); - - afterEach(async () => { - // Assert that there are no errors emitted from the browser - const logs = await browser.manage().logs().get(logging.Type.BROWSER); - expect(logs).not.toContain(jasmine.objectContaining({ - level: logging.Level.SEVERE, - } as logging.Entry)); - }); -});