TF-4068 Add E2E test for select identity as default

This commit is contained in:
dab246
2025-10-15 11:40:34 +07:00
committed by Dat H. Pham
parent 038aba0af3
commit dbb5568e4a
11 changed files with 201 additions and 1 deletions
@@ -15,6 +15,10 @@ class SettingRobot extends CoreRobot {
await $(#setting_preferences).tap();
}
Future<void> openProfilesMenuItem() async {
await $(#setting_profiles).tap();
}
Future<void> switchOnThreadSetting() async {
final threadSettingOn = $(ValueKey(AppLocalizations().thread))
.$(#setting_option_switch_on)