TF-4301 Add E2E tests for label creation and tagging from email view
This commit is contained in:
@@ -21,7 +21,7 @@ mixin LabelModalMixin {
|
||||
}) async {
|
||||
return DialogRouter().openDialogModal(
|
||||
child: CreateNewLabelModal(
|
||||
key: const Key('create_label_modal'),
|
||||
key: const Key('create_new_label_modal'),
|
||||
labels: labels,
|
||||
accountId: accountId,
|
||||
imagePaths: imagePaths,
|
||||
|
||||
@@ -124,6 +124,7 @@ class _AddLabelToEmailModalState extends State<AddLabelToEmailModal> {
|
||||
),
|
||||
),
|
||||
TMailButtonWidget(
|
||||
key: const Key('create_a_new_label_button'),
|
||||
text: appLocalizations.createANewLabel,
|
||||
icon: _imagePaths.icAddNewFolder,
|
||||
iconColor: AppColor.primaryMain,
|
||||
|
||||
Reference in New Issue
Block a user