diff options
Diffstat (limited to 'client/e2e')
-rw-r--r-- | client/e2e/src/po/video-upload.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
40 | } | 40 | } |
41 | 41 | ||
42 | private getSecondStepSubmitButton () { | 42 | private getSecondStepSubmitButton () { |
43 | return element(by.css('.submit-button:not(.disabled)')) | 43 | return element(by.css('.submit-container my-button')) |
44 | } | 44 | } |
45 | } | 45 | } |