TF-4229 Add integration test on mobile for case search_email_with_tag_scenario
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/search/search_email_with_tag_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should display email list correctly when search with tag',
|
||||
scenarioBuilder: ($) => SearchEmailWithTagScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user