diff options
author | Chocobozzz <me@florianbigard.com> | 2019-05-14 13:59:10 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2019-05-14 13:59:10 +0200 |
commit | ac043122aec60c175cd414dbc1ac5b06a75c761a (patch) | |
tree | 122d94c904f63c66481bf498bb27c690a729c398 /client/e2e/src/videos.e2e-spec.ts | |
parent | 656591660527e8ba48d496c8d6b34598f869ea05 (diff) | |
download | PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.gz PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.tar.zst PeerTube-ac043122aec60c175cd414dbc1ac5b06a75c761a.zip |
Fix e2e tests
Diffstat (limited to 'client/e2e/src/videos.e2e-spec.ts')
-rw-r--r-- | client/e2e/src/videos.e2e-spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/e2e/src/videos.e2e-spec.ts b/client/e2e/src/videos.e2e-spec.ts index 7f8ba71b1..25521cad9 100644 --- a/client/e2e/src/videos.e2e-spec.ts +++ b/client/e2e/src/videos.e2e-spec.ts | |||
@@ -50,7 +50,7 @@ describe('Videos workflow', () => { | |||
50 | return pageUploadPage.validSecondUploadStep(videoName) | 50 | return pageUploadPage.validSecondUploadStep(videoName) |
51 | }) | 51 | }) |
52 | 52 | ||
53 | it('Should list the video', async () => { | 53 | it('Should list videos', async () => { |
54 | await videoWatchPage.goOnVideosList(isMobileDevice, isSafari) | 54 | await videoWatchPage.goOnVideosList(isMobileDevice, isSafari) |
55 | 55 | ||
56 | if (isMobileDevice || isSafari) { | 56 | if (isMobileDevice || isSafari) { |