TF-3514 Add integration test for reply email with content contain image base64
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+9
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/reply_email_with_content_contain_image_base64_data_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should see inline image with cid when reply email with content contain image base64 data',
|
||||
scenarioBuilder: ($) => ReplyEmailWithContentContainImageBase64DataScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user