We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 714475b commit cca3541Copy full SHA for cca3541
pages/tooltip/simple.page.tsx
@@ -77,6 +77,7 @@ export default function TooltipSimple() {
77
onFocus: () => setShowInteractive(true),
78
onBlur: () => setShowInteractive(false),
79
}}
80
+ data-testid="hover-button"
81
>
82
Hover
83
</Button>
0 commit comments