From ace01da3480e0de943cb028f9541790e0a015eb4 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 18 Jul 2022 15:01:47 +0200 Subject: Fix z-index with custom homepage --- client/e2e/src/po/video-upload.po.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src') 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' export class VideoUploadPage { async navigateTo () { - const publishButton = await $('.header .publish-button') + const publishButton = await $('.root-header .publish-button') await publishButton.waitForClickable() await publishButton.click() -- cgit v1.2.3