TF-4301 Add E2E tests for label creation and tagging from email view

This commit is contained in:
dab246
2026-03-06 19:08:20 +07:00
committed by Dat H. Pham
parent 190ccc7bc3
commit 1b62990f28
15 changed files with 135 additions and 49 deletions
@@ -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,