TF-3570 Add integration test for case move email to folder 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/move_email_to_folder_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should see email in destination folder when open detailed email and move email to destination folder successfully',
|
||||
scenarioBuilder: ($) => MoveEmailToFolderScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user