mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 00:09:37 +08:00
fix: specify uia2 ip and port
This commit is contained in:
@@ -68,18 +68,6 @@ func TestNewUSBDriver(t *testing.T) {
|
||||
// t.Log(driver.IsWdaHealthy())
|
||||
}
|
||||
|
||||
func Test_remoteWD_ActiveSession(t *testing.T) {
|
||||
setup(t)
|
||||
|
||||
sessionInfo, err := driver.ActiveSession()
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
if len(sessionInfo.SessionId) == 0 {
|
||||
t.Fatal(sessionInfo)
|
||||
}
|
||||
}
|
||||
|
||||
func Test_remoteWD_DeleteSession(t *testing.T) {
|
||||
setup(t)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user