TF-3535 E2E composer attachment and inline
This commit is contained in:
@@ -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($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user