TF-3570 Add integration test for case archive email in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -56,4 +56,8 @@ class EmailRobot extends CoreRobot {
|
||||
Future<void> tapMarkAsSpamOptionInContextMenu() async {
|
||||
await $(#moveToSpam_action).tap();
|
||||
}
|
||||
|
||||
Future<void> tapArchiveMessageOptionInContextMenu() async {
|
||||
await $(#archiveMessage_action).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user