aboutsummaryrefslogtreecommitdiff
path: root/e2e/src/app.po.ts
diff options
context:
space:
mode:
authorSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 12:21:49 +0200
committerSyndamia <kamen.d.mladenov@protonmail.com>2021-03-14 12:21:49 +0200
commit6c57d7535aefbd5eef591a50400e4530e5b8798d (patch)
tree397737c1e082e63963791390a1819df2b39cb125 /e2e/src/app.po.ts
parent7752a79fe5d8dd498ba0b7a842bbae19d38bd963 (diff)
downloadDevHive-Angular-6c57d7535aefbd5eef591a50400e4530e5b8798d.tar
DevHive-Angular-6c57d7535aefbd5eef591a50400e4530e5b8798d.tar.gz
DevHive-Angular-6c57d7535aefbd5eef591a50400e4530e5b8798d.zip
Removed e2e tests
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();
- }
-}