diff --git a/src/fireedge/src/client/containers/Settings/Authentication/index.js b/src/fireedge/src/client/containers/Settings/Authentication/index.js
index bc5f56c29c..eccebf1eb3 100644
--- a/src/fireedge/src/client/containers/Settings/Authentication/index.js
+++ b/src/fireedge/src/client/containers/Settings/Authentication/index.js
@@ -93,6 +93,7 @@ const FieldComponent = memo(
variant="outlined"
onKeyDown={handleKeyDown}
helperText={}
+ inputProps={{ 'data-cy': `settings-ui-text-${name}` }}
{...register(name, { onBlur: handleBlur, shouldUnregister: true })}
/>
)
@@ -206,6 +207,7 @@ const Settings = () => {
component="fieldset"
key={'settings-authentication-field-' + field.name}
sx={{ minInlineSize: 'auto' }}
+ data-cy={`settings-ui-${field.name}`}
>
{isEnabled[field.name] ? (