aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/videos.e2e-spec.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-05-11 09:41:39 +0200
committerChocobozzz <me@florianbigard.com>2020-05-11 09:41:39 +0200
commit60c8b8a5d7bb1aeca18e2d45f5eeccdd66f2276a (patch)
treefaed52ccfb737634c549392b00e146653b63c4ef /client/e2e/src/videos.e2e-spec.ts
parent81c647ff191677e3b77814545d12e590c7ebfb1d (diff)
downloadPeerTube-60c8b8a5d7bb1aeca18e2d45f5eeccdd66f2276a.tar.gz
PeerTube-60c8b8a5d7bb1aeca18e2d45f5eeccdd66f2276a.tar.zst
PeerTube-60c8b8a5d7bb1aeca18e2d45f5eeccdd66f2276a.zip
Improve E2E tests
Diffstat (limited to 'client/e2e/src/videos.e2e-spec.ts')
-rw-r--r--client/e2e/src/videos.e2e-spec.ts4
1 files changed, 4 insertions, 0 deletions
diff --git a/client/e2e/src/videos.e2e-spec.ts b/client/e2e/src/videos.e2e-spec.ts
index 075add531..b2c5ab4c6 100644
--- a/client/e2e/src/videos.e2e-spec.ts
+++ b/client/e2e/src/videos.e2e-spec.ts
@@ -53,6 +53,10 @@ describe('Videos workflow', () => {
53 if (await isSafari()) { 53 if (await isSafari()) {
54 console.log('Safari detected.') 54 console.log('Safari detected.')
55 } 55 }
56
57 if (!await isMobileDevice()) {
58 await browser.driver.manage().window().maximize()
59 }
56 }) 60 })
57 61
58 it('Should log in', async () => { 62 it('Should log in', async () => {