mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-09 22:44:05 +08:00
fix
This commit is contained in:
@@ -533,7 +533,6 @@ func (ud *UIA2Driver) TouchByEvents(events []types.TouchEvent, opts ...option.Ac
|
|||||||
log.Warn().Int("action", event.Action).Msg("Unknown action type, skipping")
|
log.Warn().Int("action", event.Action).Msg("Unknown action type, skipping")
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
log.Warn().Any("actionMap", actionMap).Msg("ActionMap")
|
|
||||||
actions = append(actions, actionMap)
|
actions = append(actions, actionMap)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user