From 2e03d65032378bccf7d4fc47d4410ace67073022 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 21 Jul 2020 09:38:26 +0200 Subject: Fix E2E tests --- client/e2e/src/po/video-update.po.ts | 2 +- client/e2e/src/po/video-upload.po.ts | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'client/e2e/src') diff --git a/client/e2e/src/po/video-update.po.ts b/client/e2e/src/po/video-update.po.ts index 4de3b1b1d..752741378 100644 --- a/client/e2e/src/po/video-update.po.ts +++ b/client/e2e/src/po/video-update.po.ts @@ -15,6 +15,6 @@ export class VideoUpdatePage { } private getSubmitButton () { - return element(by.css('.submit-button:not(.disabled) input')) + return element(by.css('.submit-container .action-button')) } } diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts index f79927abc..9eb1e31c1 100644 --- a/client/e2e/src/po/video-upload.po.ts +++ b/client/e2e/src/po/video-upload.po.ts @@ -40,6 +40,6 @@ export class VideoUploadPage { } private getSecondStepSubmitButton () { - return element(by.css('.submit-button:not(.disabled) input')) + return element(by.css('.submit-button:not(.disabled)')) } } -- cgit v1.2.3