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