Skip to content

Commit

Permalink
add data-test element (#3031)
Browse files Browse the repository at this point in the history
  • Loading branch information
KyleGoyette authored Nov 27, 2024
1 parent 6165c0f commit b95e46d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions weave-js/src/components/Panel2/PanelComp.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -573,6 +573,7 @@ const ControlWrapper: React.FC<ControlWrapperProps> = ({

return showControls || fullscreen ? (
<S.ControlWrapper
data-test="panel-control-wrapper"
hovering={hovering}
onMouseEnter={() => {
// onExpressionHover();
Expand Down

0 comments on commit b95e46d

Please sign in to comment.