summaryrefslogtreecommitdiffstats
path: root/cds-ui/client-frankfurt/e2e/src/app.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'cds-ui/client-frankfurt/e2e/src/app.po.ts')
-rw-r--r--cds-ui/client-frankfurt/e2e/src/app.po.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/cds-ui/client-frankfurt/e2e/src/app.po.ts b/cds-ui/client-frankfurt/e2e/src/app.po.ts
deleted file mode 100644
index f8bd473c7..000000000
--- a/cds-ui/client-frankfurt/e2e/src/app.po.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { browser, by, element } from 'protractor';
-
-export class AppPage {
- navigateTo() {
- return browser.get(browser.baseUrl) as Promise<any>;
- }
-
- // getTitleText() {
- // return element(by.css('app-root .content span')).getText() as Promise<string>;
- // }
-}