From 1ef7f3230473c8a74032d269e027201c3a51974d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 19 Jan 2021 11:43:35 +0100 Subject: Cleanup update video button --- client/e2e/src/po/video-upload.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src') diff --git a/client/e2e/src/po/video-upload.po.ts b/client/e2e/src/po/video-upload.po.ts index 7de715a95..942025b6b 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)')) + return element(by.css('.submit-container my-button')) } } -- cgit v1.2.3