TF-4236 Fix guard delete UI when no handler is provided.

This commit is contained in:
dab246
2026-01-20 16:21:37 +07:00
committed by Dat H. Pham
parent 326f5e46f5
commit 879b18bc45
13 changed files with 29 additions and 23 deletions
@@ -42,6 +42,7 @@ class ThreadRobot extends CoreRobot {
);
await $.waitUntilVisible(email);
await email.tap();
await $.pump(const Duration(seconds: 2));
}
Future<void> openMailbox() async {