Fix more SettingsUITests

Also add SettingsUITests to postsubmit.

Bug: 290381395
Test: ui test
Change-Id: Ib1dd35bf7823290bf77deb31366e9cb6ae9f65f7
This commit is contained in:
Chaohui Wang
2023-09-08 21:26:59 +08:00
parent f1a1439d2b
commit a35c6bc139
26 changed files with 346 additions and 549 deletions

View File

@@ -27,6 +27,14 @@
}
]
},
{
"name": "SettingsUITests",
"options": [
{
"exclude-annotation": "org.junit.Ignore"
}
]
},
{
"name": "SettingsPerfTests"
}