TF-4227 Add integration test on mobile for case display_view_with_all_email_with_tag_scenario
This commit is contained in:
@@ -10,9 +10,15 @@ abstract class BaseTestScenario extends BaseScenario
|
||||
|
||||
@override
|
||||
Future<void> execute() async {
|
||||
await setupPreLogin();
|
||||
await executeLoginScenario();
|
||||
await runTestLogic();
|
||||
await disposeAfterTest();
|
||||
}
|
||||
|
||||
Future<void> setupPreLogin() async {}
|
||||
|
||||
Future<void> runTestLogic();
|
||||
|
||||
Future<void> disposeAfterTest() async {}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user