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