diff --git a/frontend/src/Editor/Inspector/ActionConfigurationPanels/SwitchPage.jsx b/frontend/src/Editor/Inspector/ActionConfigurationPanels/SwitchPage.jsx
index f624ade3fb..a67e443e52 100644
--- a/frontend/src/Editor/Inspector/ActionConfigurationPanels/SwitchPage.jsx
+++ b/frontend/src/Editor/Inspector/ActionConfigurationPanels/SwitchPage.jsx
@@ -46,7 +46,7 @@ export function SwitchPage({ getPages, currentState, event, handlerChanged, even
};
return (
-
+
@@ -85,6 +86,7 @@ export function SwitchPage({ getPages, currentState, event, handlerChanged, even
mode="javascript"
className="form-control codehinter-query-editor-input"
height={30}
+ cyLabel={`query-param-value`}
/>
deleteQueryParam(index)}>
@@ -93,7 +95,11 @@ export function SwitchPage({ getPages, currentState, event, handlerChanged, even
))}
-