You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(security/scout): register LLM interceptors immediately before submit
The kbn-ftr-llm-proxy 30s timeout starts at intercept() call time.
When interceptors were registered at test start, slow CI steps
(waitForRuleAlert up to 60s, waitForAttachmentPillsRow up to 30s)
could exhaust the timeout before the submit button was ever clicked,
producing a spurious "Interceptor set_title timed out" failure.
Moving the registration to immediately before submitButton.click()
is safe because autoSendInitialMessage: false guarantees no LLM call
fires before the user submits.
Refs #17496
Copy file name to clipboardExpand all lines: x-pack/solutions/security/plugins/security_solution/test/scout/ui/parallel_tests/investigations/bulk_add_alerts_to_chat.spec.ts
0 commit comments