HOTFIX Integration test v0.18.2 (#3980)

This commit is contained in:
Dat Dang
2025-08-27 14:41:50 +07:00
committed by GitHub
parent cb9e38db44
commit e26e0be51d
10 changed files with 33 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@ class EmailRobot extends CoreRobot {
}
Future<void> tapDownloadAllButton() async {
await $(AppLocalizations().downloadAll).tap();
await $(AppLocalizations().archiveAndDownload).tap();
await $.pumpAndSettle();
}