TF-3611 E2E Long press trash empty and recover
This commit is contained in:
@@ -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($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user