TF-3515 Integration test save email as template
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/save_as_template_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should save email as template successfully',
|
||||
scenarioBuilder: ($) => SaveAsTemplateScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user