mirror of
https://github.com/pacnpal/Roo-Code.git
synced 2025-12-20 04:11:10 -05:00
Add test ID
This commit is contained in:
@@ -26,6 +26,7 @@ const McpToolRow = ({ tool, serverName }: McpToolRowProps) => {
|
|||||||
padding: "3px 0",
|
padding: "3px 0",
|
||||||
}}>
|
}}>
|
||||||
<div
|
<div
|
||||||
|
data-testid="tool-row-container"
|
||||||
style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}
|
style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}
|
||||||
onClick={(e) => e.stopPropagation()}>
|
onClick={(e) => e.stopPropagation()}>
|
||||||
<div style={{ display: "flex", alignItems: "center" }}>
|
<div style={{ display: "flex", alignItems: "center" }}>
|
||||||
|
|||||||
Reference in New Issue
Block a user