aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e/src/po/video-upload.po.ts
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2020-07-21 11:16:28 +0200
committerChocobozzz <me@florianbigard.com>2020-07-21 11:16:28 +0200
commit2291a412d25bd139398ca9e7a5131d0c1e4ffd7d (patch)
tree0bd9d8b135e43ed681f6949040ec2cf698080549 /client/e2e/src/po/video-upload.po.ts
parentd28d13581fe8cb4c72ee7c2ef43cb1196fd8b5fa (diff)
parent97aaeadad537cc6b19f508f074c3fba01ed1e93b (diff)
downloadPeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.gz
PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.tar.zst
PeerTube-2291a412d25bd139398ca9e7a5131d0c1e4ffd7d.zip
Merge branch 'release/2.3.0' into develop
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}