diff options
author | Chocobozzz <me@florianbigard.com> | 2022-07-18 15:01:47 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2022-07-18 15:01:47 +0200 |
commit | ace01da3480e0de943cb028f9541790e0a015eb4 (patch) | |
tree | bcbbcf41c890a20fa6bb8115df09cf1f370b5a67 /client/e2e | |
parent | 58c44687f748a3ea5feafe6335fe962aea8186bd (diff) | |
download | PeerTube-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.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 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 | ||
4 | export class VideoUploadPage { | 4 | export 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() |