aboutsummaryrefslogtreecommitdiff
path: root/Timeline/ClientApp/e2e/src/app.po.ts
diff options
context:
space:
mode:
Diffstat (limited to 'Timeline/ClientApp/e2e/src/app.po.ts')
-rw-r--r--Timeline/ClientApp/e2e/src/app.po.ts11
1 files changed, 0 insertions, 11 deletions
diff --git a/Timeline/ClientApp/e2e/src/app.po.ts b/Timeline/ClientApp/e2e/src/app.po.ts
deleted file mode 100644
index 24bc8b3c..00000000
--- a/Timeline/ClientApp/e2e/src/app.po.ts
+++ /dev/null
@@ -1,11 +0,0 @@
-import { browser, by, element } from 'protractor';
-
-export class AppPage {
- navigateTo() {
- return browser.get('/');
- }
-
- getMainHeading() {
- return element(by.css('app-root h1')).getText();
- }
-}