change: remove unused UI APIs

This commit is contained in:
debugtalk
2022-12-26 00:15:43 +08:00
parent a8101ca95a
commit 9ff44d0bad
24 changed files with 190 additions and 4497 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ func TestIOSAppLaunch(t *testing.T) {
NewStep("终止今日头条").
IOS().AppTerminate("com.ss.iphone.article.News"),
NewStep("启动今日头条").
IOS().AppLaunchUnattached("com.ss.iphone.article.News"),
IOS().AppLaunch("com.ss.iphone.article.News"),
},
}
err := NewRunner(t).Run(testCase)