Skip to content

Commit

Permalink
Added data-test-subj to toolTipProps.
Browse files Browse the repository at this point in the history
  • Loading branch information
1Copenut committed Aug 4, 2023
1 parent 3f9b318 commit 0c98496
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/components/tool_tip/tool_tip.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ const DEFAULT_TOOLTIP_STYLES: ToolTipStyles = {
visibility: 'hidden',
};

export interface EuiToolTipProps {
export interface EuiToolTipProps
extends CommonProps,
Pick<CommonProps, 'data-test-subj'> {
/**
* Passes onto the span wrapping the trigger.
*/
Expand Down

0 comments on commit 0c98496

Please sign in to comment.