TF-3611 E2E Long press spam empty and recover

This commit is contained in:
DatDang
2025-04-09 15:13:43 +07:00
committed by Dat H. Pham
parent 1799364a35
commit 7f4dcf8b38
3 changed files with 110 additions and 0 deletions
@@ -103,4 +103,8 @@ class ThreadRobot extends CoreRobot {
await $(AppLocalizations().delete).tap();
await $.pumpAndSettle(duration: const Duration(seconds: 2));
}
Future<void> tapEmptySpamAfterLongPress() async {
await $(AppLocalizations().deleteAllSpamEmails).tap();
}
}