aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/app.po.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-03-05 10:26:10 +0100
committerChocobozzz <me@florianbigard.com>2021-03-05 10:26:10 +0100
commitf74832ce17503b99ee11a193ad03b8585f5651cb (patch)
tree08ac69993b975bf6786e028ef1d03eb5ee01a3a2 /client/e2e/src/po/app.po.ts
parentada9762f81fa48d50db69a2312075e71326e71fd (diff)
downloadPeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.tar.gz
PeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.tar.zst
PeerTube-f74832ce17503b99ee11a193ad03b8585f5651cb.zip
Fix local e2e tests
Diffstat (limited to 'client/e2e/src/po/app.po.ts')
-rw-r--r--client/e2e/src/po/app.po.ts2
1 files changed, 2 insertions, 0 deletions
diff --git a/client/e2e/src/po/app.po.ts b/client/e2e/src/po/app.po.ts
index 4954880ef..3ed65399e 100644
--- a/client/e2e/src/po/app.po.ts
+++ b/client/e2e/src/po/app.po.ts
@@ -9,6 +9,8 @@ export class AppPage {
9 9
10 await element(by.css('.configure-instance-button')).click() 10 await element(by.css('.configure-instance-button')).click()
11 11
12 await browser.sleep(5000)
13
12 await browser.switchTo().window(firstHandle) 14 await browser.switchTo().window(firstHandle)
13 } 15 }
14} 16}