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