TF-3611 E2E Trash mailbox empty and recover
This commit is contained in:
@@ -82,4 +82,8 @@ class ThreadRobot extends CoreRobot {
|
||||
await $(name).tap();
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
|
||||
Future<void> confirmEmptyTrash() async {
|
||||
await $(AppLocalizations().delete_all).tap();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user