TF-3609 Add integration test for case display email address info dialog 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/display_email_address_info_dialog_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should see email address info dialog when open detailed email and click email address if sender or recipient',
|
||||
scenarioBuilder: ($) => DisplayEmailAddressInfoDialogScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user