From 3c065fe3b3e1385d59ad1980251d14b712648155 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 22 Dec 2021 18:02:36 +0100 Subject: Enhance plugin video fields Add video form tab selection Add ability to display an error --- client/e2e/src/utils/elements.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'client/e2e/src/utils') diff --git a/client/e2e/src/utils/elements.ts b/client/e2e/src/utils/elements.ts index 315718879..3ffa5defd 100644 --- a/client/e2e/src/utils/elements.ts +++ b/client/e2e/src/utils/elements.ts @@ -1,5 +1,5 @@ function getCheckbox (name: string) { - return $(`my-peertube-checkbox[inputname=${name}] label`) + return $(`my-peertube-checkbox input[id=${name}]`).parentElement() } async function selectCustomSelect (id: string, valueLabel: string) { -- cgit v1.2.3