TF-3579 E2E Mailbox mark as read

This commit is contained in:
DatDang
2025-03-19 16:36:57 +07:00
committed by Dat H. Pham
parent a65bf27bb9
commit e6c3ebf0d7
8 changed files with 90 additions and 201 deletions
@@ -175,4 +175,9 @@ class MailboxMenuRobot extends CoreRobot {
Future<void> tapAddNewFolderButton() async {
await $(#add_new_folder_button).tap();
}
Future<void> tapMarkAsRead() async {
await $(AppLocalizations().mark_as_read).tap();
await $.pumpAndSettle();
}
}