TF-3614 E2E Team mailbox receive email

This commit is contained in:
DatDang
2025-04-04 10:55:18 +07:00
committed by Dat H. Pham
parent 9222f1ca22
commit e5d996eeb3
4 changed files with 91 additions and 5 deletions
@@ -0,0 +1,9 @@
import '../../base/test_base.dart';
import '../../scenarios/mailbox/team_mailbox_receive_email_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should see email in team mailbox INBOX after sending to team mailbox address',
scenarioBuilder: ($) => TeamMailboxReceiveEmailScenario($),
);
}