TF-3631 E2E log out

This commit is contained in:
DatDang
2025-04-09 09:16:29 +07:00
committed by Dat H. Pham
parent 9a0a2206d9
commit c09a2c92b2
4 changed files with 48 additions and 1 deletions
@@ -0,0 +1,9 @@
import '../../base/test_base.dart';
import '../../scenarios/misc/log_out_scenario.dart';
void main() {
TestBase().runPatrolTest(
description: 'Should see Twake welcome screen when log out successfully',
scenarioBuilder: ($) => LogOutScenario($),
);
}