mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-07 05:02:47 +08:00
fix: syntax error
This commit is contained in:
@@ -1 +1 @@
|
||||
v5.0.0-beta-2505072245
|
||||
v5.0.0-beta-2505091122
|
||||
|
||||
@@ -66,7 +66,7 @@ func TestDriverExt(t *testing.T) {
|
||||
|
||||
// get original driver and call its methods
|
||||
adbDriver := driverExt.IDriver.(*ADBDriver)
|
||||
adbDriver.TapByHierarchy("hello")
|
||||
adbDriver.TapBySelector("hello")
|
||||
wdaDriver := driverExt.IDriver.(*WDADriver)
|
||||
wdaDriver.GetMjpegClient()
|
||||
wdaDriver.Scale()
|
||||
|
||||
Reference in New Issue
Block a user