fix: exit live room

This commit is contained in:
lilong.129
2023-04-30 00:40:44 +08:00
parent a69db8500c
commit 6bc5e11e2d
6 changed files with 133 additions and 17 deletions

View File

@@ -357,7 +357,7 @@ func TestDriver_IsAppInForeground(t *testing.T) {
app, err := driverExt.Driver.GetForegroundApp()
checkErr(t, err)
if app.BundleId != "com.android.settings" {
if app.PackageName != "com.android.settings" {
t.FailNow()
}
if app.Activity != ".Settings" {