removed old code for portal
[eliot.git] / blueprints / common / eliot-ui / frontend-src / e2e / src / app.e2e-spec.ts
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 (file)
index 601601b..0000000
+++ /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));
-  });
-});