diff --git a/libs/components/src/lib/components/SettingProfile/SettingRightUserProfile/index.tsx b/libs/components/src/lib/components/SettingProfile/SettingRightUserProfile/index.tsx
index 82ddbe6a9f..f6a9d1f5de 100644
--- a/libs/components/src/lib/components/SettingProfile/SettingRightUserProfile/index.tsx
+++ b/libs/components/src/lib/components/SettingProfile/SettingRightUserProfile/index.tsx
@@ -323,7 +323,10 @@ const SettingRightUser = ({
data-e2e={generateE2eId('user_setting.profile.user_profile.input.about_me')}
>
- 128 ? '[#EF1515]' : '[#797878]'}`}>
+ 128 ? '[#EF1515]' : '[#797878]'}`}
+ data-e2e={generateE2eId('user_setting.profile.user_profile.text.about_me_length')}
+ >
{editAboutUser.length}/{128}
diff --git a/libs/utils/src/lib/e2e-testing/constants.ts b/libs/utils/src/lib/e2e-testing/constants.ts
index aa13c82f29..1d85645cb3 100644
--- a/libs/utils/src/lib/e2e-testing/constants.ts
+++ b/libs/utils/src/lib/e2e-testing/constants.ts
@@ -292,6 +292,9 @@ export const DATA_E2E_IDENTIFIER = {
button: {
reset: '',
save_changes: ''
+ },
+ text: {
+ about_me_length: ''
}
},
clan_profile: {