Skip to content

Commit

Permalink
feat(a11y): update snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
lismith2-cisco committed Dec 11, 2024
1 parent a71f52a commit a317a99
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,9 @@ exports[`<TooltipPopoverCombo /> snapshot should match snaphshot with otherToolt
</button>
}
tooltipContent={
<Text>
<Text
tagName="p"
>
Example tooltip content
</Text>
}
Expand Down Expand Up @@ -46,7 +48,9 @@ exports[`<TooltipPopoverCombo /> snapshot should match snaphshot with otherToolt
}
type="description"
>
<Text>
<Text
tagName="p"
>
Example tooltip content
</Text>
</Tooltip>
Expand Down Expand Up @@ -471,7 +475,9 @@ exports[`<TooltipPopoverCombo /> snapshot should match snaphshot with otherToolt
className="md-tooltip-label"
id="test-ID"
>
<Text>
<Text
tagName="p"
>
<Text
className="md-text-wrapper"
tagname="p"
Expand Down

0 comments on commit a317a99

Please sign in to comment.