aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/video-upload.po.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-21 09:38:26 +0200
committerChocobozzz <me@florianbigard.com>2020-07-21 09:38:26 +0200
commit2e03d65032378bccf7d4fc47d4410ace67073022 (patch)
tree78abc2569e11805455607663cafd3c53510c58ec /client/e2e/src/po/video-upload.po.ts
parent2170f1db6ee40531f9d08b711d8b7b00254c0031 (diff)
downloadPeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.gz
PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.tar.zst
PeerTube-2e03d65032378bccf7d4fc47d4410ace67073022.zip
Fix E2E tests
Diffstat (limited to 'client/e2e/src/po/video-upload.po.ts')
-rw-r--r--client/e2e/src/po/video-upload.po.ts2
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 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 {
40 } 40 }
41 41
42 private getSecondStepSubmitButton () { 42 private getSecondStepSubmitButton () {
43 return element(by.css('.submit-button:not(.disabled) input')) 43 return element(by.css('.submit-button:not(.disabled)'))
44 } 44 }
45} 45}