TF-3579 E2E Mailbox move and delete email
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/mailbox/mailbox_move_email_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should move email to mailbox successfully',
|
||||
scenarioBuilder: ($) => MailboxMoveEmailScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user