mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-23 22:58:07 +08:00
fix: exit live room
This commit is contained in:
@@ -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" {
|
||||
|
||||
Reference in New Issue
Block a user