TF-4404 Add e2e test for Mail to attendees action on mobile
This commit is contained in:
@@ -99,4 +99,8 @@ class EmailRobot extends CoreRobot {
|
||||
Future<void> tapDeleteThreadButton() async {
|
||||
await $(#delete_thread_button).tap();
|
||||
}
|
||||
|
||||
Future<void> tapMailToAttendeesEventActionButton() async {
|
||||
await $(#mailToAttendees_event_action_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user