aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/e2e
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
committerChocobozzz <me@florianbigard.com>2022-07-18 15:01:47 +0200
commitace01da3480e0de943cb028f9541790e0a015eb4 (patch)
treebcbbcf41c890a20fa6bb8115df09cf1f370b5a67 /client/e2e
parent58c44687f748a3ea5feafe6335fe962aea8186bd (diff)
downloadPeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.gz
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.tar.zst
PeerTube-ace01da3480e0de943cb028f9541790e0a015eb4.zip
Fix z-index with custom homepage
Diffstat (limited to 'client/e2e')
-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 38395ea2f..8605139c9 100644
--- a/client/e2e/src/po/video-upload.po.ts
+++ b/client/e2e/src/po/video-upload.po.ts
@@ -3,7 +3,7 @@ import { getCheckbox, selectCustomSelect } from '../utils'
3 3
4export class VideoUploadPage { 4export class VideoUploadPage {
5 async navigateTo () { 5 async navigateTo () {
6 const publishButton = await $('.header .publish-button') 6 const publishButton = await $('.root-header .publish-button')
7 7
8 await publishButton.waitForClickable() 8 await publishButton.waitForClickable()
9 await publishButton.click() 9 await publishButton.click()