b6de5d9391
Signed-off-by: dab246 <tdvu@linagora.com>
9 lines
292 B
Dart
9 lines
292 B
Dart
import '../../base/test_base.dart';
|
|
import '../../scenarios/mailbox/empty_trash_scenario.dart';
|
|
|
|
void main() {
|
|
TestBase().runPatrolTest(
|
|
description: 'Should empty view and hide empty trash banner when empty trash successfully',
|
|
scenarioBuilder: ($) => EmptyTrashScenario($),
|
|
);
|
|
} |