mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 17:29:34 +08:00
fix: device_info -> device_infos
This commit is contained in:
@@ -292,7 +292,7 @@ func TestDriverExt_AIAction(t *testing.T) {
|
||||
func TestDriverExt_AIAction_CompareWithAIAction(t *testing.T) {
|
||||
driver := setupDriverExt(t)
|
||||
|
||||
prompt := "[目标导向]向上滑动屏幕2次"
|
||||
prompt := "[目标导向]打开抖音,点击搜索按钮,搜索张杰,进入内容页停止"
|
||||
|
||||
// Test both methods with the same prompt
|
||||
aiResult, aiErr := driver.StartToGoal(context.Background(), prompt)
|
||||
|
||||
Reference in New Issue
Block a user