TF-3611 E2E Trash mailbox empty and recover

This commit is contained in:
DatDang
2025-04-02 16:03:32 +07:00
committed by Dat H. Pham
parent dd95e10017
commit 90e4962dd4
5 changed files with 89 additions and 1 deletions
@@ -0,0 +1,9 @@
import '../../base/test_base.dart';
import '../../scenarios/mailbox/empty_and_recover_trash_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should empty and recover trash successfully',
scenarioBuilder: ($) => EmptyAndRecoverTrashScenario($),
);
}