fix: swipe to find texts

This commit is contained in:
lilong.129
2023-04-28 12:05:19 +08:00
parent 9981dad1f8
commit 37a984c243
3 changed files with 28 additions and 23 deletions

View File

@@ -47,9 +47,6 @@ func TestIOSDouyinFollowLive(t *testing.T) {
if err := testCase.Dump2JSON("demo_douyin_follow_live.json"); err != nil {
t.Fatal(err)
}
if err := testCase.Dump2YAML("demo_douyin_follow_live.yaml"); err != nil {
t.Fatal(err)
}
runner := hrp.NewRunner(t).SetSaveTests(true)
err := runner.Run(testCase)