diff --git a/frontend/src/AppBuilder/QueryManager/Components/SuccessNotificationInputs.jsx b/frontend/src/AppBuilder/QueryManager/Components/SuccessNotificationInputs.jsx index 16d9d89b1e..872a2d1616 100644 --- a/frontend/src/AppBuilder/QueryManager/Components/SuccessNotificationInputs.jsx +++ b/frontend/src/AppBuilder/QueryManager/Components/SuccessNotificationInputs.jsx @@ -19,6 +19,7 @@ export default function SuccessNotificationInputs({ currentState, options, darkM initialValue={options.successMessage} onChange={(value) => optionchanged('successMessage', value)} placeholder={t('editor.queryManager.queryRanSuccessfully', 'Query ran successfully')} + componentName="Success Message" cyLabel={'success-message'} /> diff --git a/frontend/src/Editor/QueryManager/Components/SuccessNotificationInputs.jsx b/frontend/src/Editor/QueryManager/Components/SuccessNotificationInputs.jsx index 9a61699cdf..479d3b0a9a 100644 --- a/frontend/src/Editor/QueryManager/Components/SuccessNotificationInputs.jsx +++ b/frontend/src/Editor/QueryManager/Components/SuccessNotificationInputs.jsx @@ -19,6 +19,7 @@ export default function SuccessNotificationInputs({ currentState, options, darkM initialValue={options.successMessage} onChange={(value) => optionchanged('successMessage', value)} placeholder={t('editor.queryManager.queryRanSuccessfully', 'Query ran successfully')} + componentName="Success Message" cyLabel={'success-message'} />