TF-4068 Add E2E test for select identity as default
This commit is contained in:
+1
@@ -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,
|
||||
|
||||
+1
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user