fixup! TF-3649 Fix reply to own sent email
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/email/reply_to_own_sent_email_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should all To recipients when reply to own sent email',
|
||||
scenarioBuilder: ($) => ReplyToOwnSentEmailScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user