TF-4058 Update E2E test to compatible with flutter version 3.32.8
This commit is contained in:
@@ -16,7 +16,7 @@ class EmailRobot extends CoreRobot {
|
||||
}
|
||||
|
||||
Future<void> tapDownloadAllButton() async {
|
||||
await $(AppLocalizations().archiveAndDownload).tap();
|
||||
await $(#download_all_attachments_button).tap();
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user