Skip to content

Commit b4cf86f

Browse files
committed
Add test ID
1 parent 1346f12 commit b4cf86f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/mcp/McpToolRow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ const McpToolRow = ({ tool, serverName }: McpToolRowProps) => {
2626
padding: "3px 0",
2727
}}>
2828
<div
29+
data-testid="tool-row-container"
2930
style={{ display: "flex", alignItems: "center", justifyContent: "space-between" }}
3031
onClick={(e) => e.stopPropagation()}>
3132
<div style={{ display: "flex", alignItems: "center" }}>

0 commit comments

Comments
 (0)