TF-3535 E2E composer attachment and inline

This commit is contained in:
DatDang
2025-03-07 15:45:03 +07:00
committed by Dat H. Pham
parent 86e98289be
commit 52f9da941b
5 changed files with 239 additions and 91 deletions
@@ -0,0 +1,10 @@
import '../../base/test_base.dart';
import '../../scenarios/composer/upload_attachment_and_inline_image_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should see attachment and inline image '
'when upload success in composer',
scenarioBuilder: ($) => ComposerUploadAttachmentAndInlineImageScenario($),
);
}