TF-4053 Add E2E test for test case move folder content
This commit is contained in:
@@ -180,4 +180,12 @@ class MailboxMenuRobot extends CoreRobot {
|
||||
await $(AppLocalizations().mark_as_read).tap();
|
||||
await $.pumpAndSettle();
|
||||
}
|
||||
|
||||
Future<void> tapMoveFolderContentAction(String mailboxName) async {
|
||||
await $(AppLocalizations().moveFolderContent).tap();
|
||||
await $.pumpAndTrySettle();
|
||||
|
||||
await $(mailboxName).tap();
|
||||
await $.pumpAndTrySettle();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user