TF-3609 Rename the test file to make it simpler and easier to understand.

Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
dab246
2025-04-04 10:15:37 +07:00
committed by Dat H. Pham
parent 3aa4aa1b30
commit fb53ba6568
6 changed files with 0 additions and 0 deletions
@@ -0,0 +1,9 @@
import '../../base/test_base.dart';
import '../../scenarios/email_detailed/delete_email_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should see email in Trash folder when open detailed email and delete email successfully',
scenarioBuilder: ($) => DeleteEmailScenario($),
);
}