TF-3552 Add integration test for display short content in email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/email_detailed/display_email_with_short_content_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should display full content when opening a short email',
|
||||
scenarioBuilder: ($) => DisplayEmailWithShortContentScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user