TF-4053 Add E2E test for test case move folder content
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import '../../base/test_base.dart';
|
||||
import '../../scenarios/mailbox/move_folder_content_scenario.dart';
|
||||
|
||||
void main() {
|
||||
TestBase().runPatrolTest(
|
||||
description: 'Should see all Inbox emails in the Templates folder when perform move folder content action successfully',
|
||||
scenarioBuilder: ($) => MoveFolderContentScenario($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user