TF-3611 E2E Long press spam empty and recover

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