mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 01:59:52 +08:00
change: update function optional parameters to DataOptions
This commit is contained in:
@@ -38,7 +38,7 @@ func TestIOSDemo(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
err = driverExt.TapAbsXY(points[1].X, points[1].Y, "")
|
||||
err = driverExt.TapAbsXY(points[1].X, points[1].Y)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user