TF-3609 Add integration test for case compose email from 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/compose_email_from_email_address_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should open new composer with To field has email address when open detailed email and tap `Compose email` button in email address info dialog',
|
||||
scenarioBuilder: ($) => ComposeEmailFromEmailAddressScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user