TF-4058 Update E2E test to compatible with flutter version 3.32.8
This commit is contained in:
@@ -68,6 +68,7 @@ class AttachmentsInfo extends StatelessWidget {
|
||||
),
|
||||
if (onTapDownloadAllButton != null)
|
||||
TMailButtonWidget(
|
||||
key: const Key('download_all_attachments_button'),
|
||||
text: AppLocalizations.of(context).downloadAll,
|
||||
icon: !responsiveUtils.isMobile(context)
|
||||
? imagePaths.icDownloadAttachment
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"@@last_modified": "2025-10-07T12:02:25.245876",
|
||||
"@@last_modified": "2025-10-14T15:18:48.964794",
|
||||
"initializing_data": "Initializing data...",
|
||||
"@initializing_data": {
|
||||
"type": "text",
|
||||
@@ -4592,12 +4592,6 @@
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"archiveAndDownload": "Archive and download",
|
||||
"@archiveAndDownload": {
|
||||
"type": "text",
|
||||
"placeholders_order": [],
|
||||
"placeholders": {}
|
||||
},
|
||||
"creatingAnArchiveForDownloading": "Creating an archive for downloading",
|
||||
"@creatingAnArchiveForDownloading": {
|
||||
"type": "text",
|
||||
|
||||
@@ -4838,13 +4838,6 @@ class AppLocalizations {
|
||||
);
|
||||
}
|
||||
|
||||
String get archiveAndDownload {
|
||||
return Intl.message(
|
||||
'Archive and download',
|
||||
name: 'archiveAndDownload',
|
||||
);
|
||||
}
|
||||
|
||||
String get creatingAnArchiveForDownloading {
|
||||
return Intl.message(
|
||||
'Creating an archive for downloading',
|
||||
|
||||
Reference in New Issue
Block a user