change: update tests

This commit is contained in:
debugtalk
2022-09-30 17:44:01 +08:00
parent 8698a152ac
commit b732313b1e
2 changed files with 28 additions and 46 deletions

View File

@@ -3,7 +3,6 @@
package hrp
import (
"fmt"
"testing"
)
@@ -20,11 +19,8 @@ func TestAndroidAction(t *testing.T) {
Android().Serial("xxx").SwipeUp().SwipeUp().SwipeDown(),
},
}
tCase := testCase.ToTCase()
fmt.Println(tCase)
// err := NewRunner(t).Run(testCase)
// if err != nil {
// t.Fatal(err)
// }
err := NewRunner(t).Run(testCase)
if err != nil {
t.Fatal(err)
}
}