mirror of
https://github.com/openclaw/openclaw.git
synced 2026-08-25 20:05:46 -06:00
test(onboard): handle telemetry consent prompt (#128943)
This commit is contained in:
@@ -243,6 +243,8 @@ send_skills_flow() {
|
||||
}
|
||||
|
||||
send_guided_skip_ui_flow() {
|
||||
wait_for_log "Help make OpenClaw better?" 120 || return $?
|
||||
send $'\r' 0.8
|
||||
wait_for_log "What should we call your first agent?" 120 || return $?
|
||||
send $'\r' 0.8
|
||||
wait_for_log "How should I set things up?" 120 || return $?
|
||||
|
||||
@@ -105,6 +105,8 @@ exec 3>"$input_fifo"
|
||||
|
||||
wait_for_log "Continue?" 60
|
||||
send $'y\r' 0.4
|
||||
wait_for_log "Help make OpenClaw better?" 60
|
||||
send $'\r' 0.4
|
||||
wait_for_log "What should we call your first agent?" 60
|
||||
send $'\r' 0.4
|
||||
wait_for_log "to search" 60
|
||||
|
||||
Reference in New Issue
Block a user