diff options
author | Chocobozzz <me@florianbigard.com> | 2021-01-19 11:43:35 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-01-19 16:36:20 +0100 |
commit | 1ef7f3230473c8a74032d269e027201c3a51974d (patch) | |
tree | bd75c8a8fb0cc77d637236462af4632bd5f6bc19 /client/e2e/src/po | |
parent | 370240824e2fb28b314255f6c23f5ea7d6b08625 (diff) | |
download | PeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.tar.gz PeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.tar.zst PeerTube-1ef7f3230473c8a74032d269e027201c3a51974d.zip |
Cleanup update video button
Diffstat (limited to 'client/e2e/src/po')
-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 | } |