TF-3551 E2E Mailbox quick filter

This commit is contained in:
DatDang
2025-03-14 16:27:04 +07:00
committed by Dat H. Pham
parent 4836f55a19
commit f3376e32fa
3 changed files with 105 additions and 0 deletions
@@ -0,0 +1,10 @@
import '../../base/test_base.dart';
import '../../scenarios/mailbox/quick_filter_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should see email with expected condition '
'when quick filter email changed',
scenarioBuilder: ($) => QuickFilterScenario($),
);
}