TF-3570 Add integration test for case move email to folder in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -44,4 +44,8 @@ class EmailRobot extends CoreRobot {
|
||||
Future<void> tapEmailDetailedStarButton() async {
|
||||
await $(#email_detailed_star_button).tap();
|
||||
}
|
||||
|
||||
Future<void> tapEmailDetailedMoveEmailButton() async {
|
||||
await $(#email_detailed_move_email_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user