Add test ID

This commit is contained in:
Matt Rubens
2024-12-13 16:27:21 -05:00
parent 1346f1280c
commit b4cf86f03f

View File

@@ -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" }}>