Add data-testid to stop generation button (#35491)

This commit is contained in:
Shisir Basel
2026-04-14 14:38:20 -04:00
committed by GitHub
parent 008ab50672
commit 399c6b39fc
@@ -491,6 +491,7 @@ function InputBox(props: InputBoxProps) {
})}
onClick={handleStopGenerating}
title={getLocale(S.CHAT_UI_STOP_GENERATION_BUTTON_LABEL)}
data-testid='stop-generation-button'
>
<Icon
name='stop-circle'