TF-3552 Add integration test for display & scroll long content in email view
Signed-off-by: dab246 <tdvu@linagora.com>
This commit is contained in:
+57
File diff suppressed because one or more lines are too long
+9
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/email_detailed/display_and_scroll_email_with_long_content_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should be visible and fully scrollable when opening a long email',
|
||||
scenarioBuilder: ($) => DisplayAndScrollEmailWithLongContentScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user