aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/app.po.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-19 13:58:29 +0200
committerChocobozzz <me@florianbigard.com>2018-05-22 09:17:21 +0200
commit0b33c5206023de0946b247e767087a518e0dec9a (patch)
tree69bebf7db9271c54938ce9457b43eff15222e243 /client/e2e/src/po/app.po.ts
parentcd4d7a2ca868209fb1e2dbd790c1e5d6cca77e86 (diff)
downloadPeerTube-0b33c5206023de0946b247e767087a518e0dec9a.tar.gz
PeerTube-0b33c5206023de0946b247e767087a518e0dec9a.tar.zst
PeerTube-0b33c5206023de0946b247e767087a518e0dec9a.zip
Improve e2e tests
Diffstat (limited to 'client/e2e/src/po/app.po.ts')
-rw-r--r--client/e2e/src/po/app.po.ts12
1 files changed, 0 insertions, 12 deletions
diff --git a/client/e2e/src/po/app.po.ts b/client/e2e/src/po/app.po.ts
deleted file mode 100644
index e3e293d7b..000000000
--- a/client/e2e/src/po/app.po.ts
+++ /dev/null
@@ -1,12 +0,0 @@
1import { browser, by, element } from 'protractor'
2
3export class AppPage {
4 navigateTo () {
5 browser.waitForAngularEnabled(false)
6 return browser.get('/')
7 }
8
9 getHeaderTitle () {
10 return element(by.css('.instance-name')).getText()
11 }
12}