diff options
author | Chocobozzz <me@florianbigard.com> | 2020-07-21 09:38:26 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-07-21 09:38:26 +0200 |
commit | 2e03d65032378bccf7d4fc47d4410ace67073022 (patch) | |
tree | 78abc2569e11805455607663cafd3c53510c58ec /client/e2e/src/po/video-update.po.ts | |
parent | 2170f1db6ee40531f9d08b711d8b7b00254c0031 (diff) | |
download | PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.gz PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.zst PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.zip |
Fix E2E tests
Diffstat (limited to 'client/e2e/src/po/video-update.po.ts')
-rw-r--r-- | client/e2e/src/po/video-update.po.ts | 2 |
1 files changed, 1 insertions, 1 deletions
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 { | |||
15 | } | 15 | } |
16 | 16 | ||
17 | private getSubmitButton () { | 17 | private getSubmitButton () { |
18 | return element(by.css('.submit-button:not(.disabled) input')) | 18 | return element(by.css('.submit-container .action-button')) |
19 | } | 19 | } |
20 | } | 20 | } |