From ac043122aec60c175cd414dbc1ac5b06a75c761a Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 14 May 2019 13:59:10 +0200 Subject: Fix e2e tests --- client/e2e/src/videos.e2e-spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src/videos.e2e-spec.ts') 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', () => { return pageUploadPage.validSecondUploadStep(videoName) }) - it('Should list the video', async () => { + it('Should list videos', async () => { await videoWatchPage.goOnVideosList(isMobileDevice, isSafari) if (isMobileDevice || isSafari) { -- cgit v1.2.3