TF-3611 E2E Trash mailbox empty and recover

This commit is contained in:
DatDang
2025-04-02 16:03:32 +07:00
committed by Dat H. Pham
parent dd95e10017
commit 90e4962dd4
5 changed files with 89 additions and 1 deletions
@@ -82,4 +82,8 @@ class ThreadRobot extends CoreRobot {
await $(name).tap();
await $.pumpAndSettle();
}
Future<void> confirmEmptyTrash() async {
await $(AppLocalizations().delete_all).tap();
}
}