From 2104884d05972909153d1ed65cf8000553dd104a Mon Sep 17 00:00:00 2001 From: Nguyett11 Date: Wed, 17 Sep 2025 11:27:03 +0700 Subject: [PATCH] feat/63419/update-about-me-status --- .../SettingProfile/SettingRightUserProfile/index.tsx | 5 ++++- libs/utils/src/lib/e2e-testing/constants.ts | 3 +++ 2 files changed, 7 insertions(+), 1 deletion(-) 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: {