TF-3558 E2E Mailbox switch

This commit is contained in:
DatDang
2025-03-17 15:33:49 +07:00
committed by Dat H. Pham
parent a1c7fbe242
commit e82039152c
3 changed files with 64 additions and 0 deletions
@@ -77,4 +77,9 @@ class ThreadRobot extends CoreRobot {
);
await $.pumpAndSettle();
}
Future<void> tapOnMailboxWithName(String name) async {
await $(name).tap();
await $.pumpAndSettle();
}
}