TF-4068 Add E2E test for select identity as default

This commit is contained in:
dab246
2025-10-15 11:40:34 +07:00
committed by Dat H. Pham
parent 038aba0af3
commit dbb5568e4a
11 changed files with 201 additions and 1 deletions
@@ -72,6 +72,7 @@ class IdentityCreatorFormBottomView extends StatelessWidget {
);
} else {
return ConfirmDialogButton(
key: const Key('save_identity_button'),
label: actionType.getPositiveButtonTitle(appLocalizations),
backgroundColor: AppColor.primaryMain,
textColor: Colors.white,
@@ -22,6 +22,7 @@ class CreateNewIdentityButtonWidget extends StatelessWidget {
@override
Widget build(BuildContext context) {
return TMailButtonWidget(
key: const Key('create_new_identity_button'),
text: AppLocalizations.of(context).createNewIdentity,
icon: imagePaths.icAddIdentity,
backgroundColor: AppColor.primaryMain,
@@ -50,6 +50,7 @@ class SettingsFirstLevelView extends GetWidget<SettingsController> {
endIndent: SettingsUtils.getHorizontalPadding(context, controller.responsiveUtils)
),
SettingFirstLevelTileBuilder(
key: const Key('setting_profiles'),
AppLocalizations.of(context).profiles,
AccountMenuItem.profiles.getIcon(controller.imagePaths),
subtitle: AppLocalizations.of(context).profilesSettingExplanation,