TF-3609 Add integration test for case create rule with email address in EmailView
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import '../../../base/test_base.dart';
|
||||
import '../../../scenarios/email_detailed/create_rule_with_email_address_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should open new rule filter creator view with condition field has email address when open detailed email and tap `Create a rule with this email address` button in email address info dialog',
|
||||
scenarioBuilder: ($) => CreateRuleWithEmailAddressScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user