TF-3611 E2E Spam mailbox empty and recover
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/mailbox/empty_and_recover_spam_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should empty and recover spam successfully',
|
||||
scenarioBuilder: ($) => EmptyAndRecoverSpamScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user