TF-3631 E2E log out
This commit is contained in:
@@ -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($),
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user