TF-4227 Add integration test on mobile for case display_view_with_all_email_with_tag_scenario
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/labels/display_view_with_all_email_with_tag_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description:
|
||||
'Should display view with all email with tag correctly when open label',
|
||||
scenarioBuilder: ($) => DisplayViewWithAllEmailWithTagScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user