mirror of
https://github.com/RooVetGit/Roo-Code.git
synced 2026-08-28 05:27:24 +00:00
Add test ID
This commit is contained in:
parent
1346f1280c
commit
b4cf86f03f
1 changed files with 1 additions and 0 deletions
|
|
@ -26,6 +26,7 @@ const McpToolRow = ({ tool, serverName }: McpToolRowProps) => {
|
|||
padding: "3px 0",
|
||||
}}>
|
||||
<div
|
||||
data-testid="tool-row-container"
|
||||
style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}
|
||||
onClick={(e) => e.stopPropagation()}>
|
||||
<div style={{ display: "flex", alignItems: "center" }}>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue