TF-3558 E2E Mailbox switch
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/mailbox/switch_mailbox_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should switch and see emails in mailboxes',
|
||||
scenarioBuilder: ($) => SwitchMailboxScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user