TF-3558 E2E Mailbox switch
This commit is contained in:
@@ -77,4 +77,9 @@ class ThreadRobot extends CoreRobot {
|
||||
);
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
|
||||
Future<void> tapOnMailboxWithName(String name) async {
|
||||
await $(name).tap();
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user