Skip to content

Commit 543657d

Browse files
committed
fix: add data-testid to ApiConfigSelector for test compatibility
1 parent 0846b1c commit 543657d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webview-ui/src/components/chat/ApiConfigSelector.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +134,7 @@ export const ApiConfigSelector = ({
134134
const triggerContent = (
135135
<PopoverTrigger
136136
disabled={disabled}
137+
data-testid="dropdown-trigger"
137138
className={cn(
138139
"w-full min-w-0 max-w-full inline-flex items-center gap-1.5 relative whitespace-nowrap px-1.5 py-1 text-xs",
139140
"bg-transparent border border-[rgba(255,255,255,0.08)] rounded-md text-vscode-foreground",

0 commit comments

Comments
 (0)