TF-3260 Add integration test for app grid
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -20,14 +20,12 @@ class ThreadRobot extends CoreRobot {
|
||||
await $(ThreadView).$(SearchBarView).tap();
|
||||
}
|
||||
|
||||
Future<void> openMailbox(String mailboxName) async {
|
||||
await $(#mobile_mailbox_menu_button).tap();
|
||||
await $.scrollUntilVisible(finder: $(mailboxName));
|
||||
await $(mailboxName).tap();
|
||||
}
|
||||
|
||||
Future<void> openEmailWithSubject(String subject) async {
|
||||
await $.scrollUntilVisible(finder: $(subject));
|
||||
await $(subject).tap();
|
||||
}
|
||||
|
||||
Future<void> openMailbox() async {
|
||||
await $(#mobile_mailbox_menu_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user