TF-3570 Add integration test for case mark as star/unStar in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -40,4 +40,8 @@ class EmailRobot extends CoreRobot {
|
||||
Future<void> tapMarkAsUnreadOptionInContextMenu() async {
|
||||
await $(#markAsUnread_action).tap();
|
||||
}
|
||||
|
||||
Future<void> tapEmailDetailedStarButton() async {
|
||||
await $(#email_detailed_star_button).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user