TF-3611 E2E Long press trash empty and recover

This commit is contained in:
DatDang
2025-04-09 15:13:29 +07:00
committed by Dat H. Pham
parent 8fe9e4905e
commit 1799364a35
3 changed files with 113 additions and 0 deletions
@@ -0,0 +1,9 @@
import '../../base/test_base.dart';
import '../../scenarios/mailbox/long_press_empty_and_recover_trash_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should empty and recover trash by long press mailbox successfully',
scenarioBuilder: ($) => LongPressEmptyAndRecoverTrashScenario($),
);
}